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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.