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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.