Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.7f1
2019.1.0a1
2019.2.0a1
Issue ID
1138260
Regression
No
Game Object flickers when passing through different LOD with material containing Cross Fade Shader
Steps to reproduce:
1. Open Project "LodCrossFadeBug"
2. Zoom in and out in the Scene View to see the GameObject flickering
Expected result: transition between different LOD models is smooth
Actual result: GameObject is flickering during the transition between different LOD
Reproducible with: 2017.4.24f1, 2018.3.10f1, 2019.1.0b8, 2019.2.0a9
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (2019.2.X):
The Variant prefab have overrides for the m_LODs.Array.data[0].renderers.Array.data[0].renderer that causes this flickering (wrong renderers are overridden in the Variant).
We cannot know how these overrides got there in the first place (user action or old bug), but we have verified that when making a new Variant from a the good version no overrides to the m_LODs.Array.data happens in recent released versions.
The workaround for these Variant prefabs is simply to open the Variant in Prefab Mode and then revert the LOD Group (in the Overrides window or on the context menu on the LOD Group component). This brings the LOD Group back to match the base prefab.