Search Issue Tracker
Fixed
Votes
0
Found in
2020.2.4f1
2020.3
Issue ID
1314912
Regression
Yes
Nested Foldout Error in Lightmap Switcher when using Auto Showroom template in 2020.3
Reproduction steps:
1. Open the Auto Showroom Template
2. Select Showroom > LightmapSwitcher in the Hierarchy
3. Expand Settings in the Inspector
Expected result: There are no errors
Actual result: There's an error in the Themes Header
Reproducible with: 2020.3.5f
Not reproducible with: 2019.4.24f1 (The error is not exposed, but will appear if Project is updated to 2020.3)
Could not test with: 2021.1, 2021.2 (No Auto Showroom Template)
Workaround:
Comment the line 50:
//toggleSettingGroup = EditorGUILayout.BeginFoldoutHeaderGroup(toggleSettingGroup, "Settings");
and the line 91:
//EditorGUILayout.EndFoldoutHeaderGroup();
in LevelLightmapDataEditor.cs
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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
Fixed in 2020.3.6f1