Search Issue Tracker
Active
Votes
1
Found in
2021.2
2021.2.0a19
2021.2.0a21
Issue ID
1386486
Regression
Yes
[Mac] EndLayoutGroup error is thrown when closing a SaveFilePanel invoked from within a GUI Scope
Reproduction steps:
1. Open the attached project ("EndLayoutGroup_Bug.zip")
2. Select a GameObject from the Hierarchy window
3. Click the "Button" in the Inspector window
4. Click Cancel or Save in the SaveFilePanel
5. If there is no error in the Console, repeat steps 4-5
Expected result: There are no errors in the Console window
Actual result: An error is thrown:
EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUI/Scope:Dispose ()
Reproducible with: 2021.2.0a19, 2021.2.6f1, 2021.2.0b1
Not reproducible with: 2019.4.33f1, 2020.3.24f1
Notes:
1. It might take ~20 tries to reproduce
2. Not reproducible by pressing the ECS key to cancel
3. Reproducible on macOS, a similar issue exists on Windows: https://issuetracker.unity3d.com/product/unity/issues/guid/1380316/
Workaround: Adding GUIUtility.ExitGUI(); after invoking the SaveFilePanel
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
Add comment