Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.21f1
2022.2.11f1
2023.1.0b8
2023.2.0a6
Issue ID
UUM-29959
Regression
No
Error “EndLayoutGroup: BeginLayoutGroup must be called first" is thrown when closing a pop-up window
Reproduction steps:
1. Open the attached “BugReport_EditorWIndow.zip“ project
2. Select “Window” from Test dropdown tab
3. Click “Open Popup” button in “TestEditor” window
4. Close “Popup” window and observe the Console
Expected result: Console has no errors
Actual result: Error “EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEditor.EditorGUILayout:EndVertical ()” appears in the Console
Reproducible with: 2020.3.46f1, 2021.3.21f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
Reproduced on: Windows 10
Not reproduced on: macOS Monterey 12.6 (Intel)
Comments (1)
-
Elhoim
Jun 01, 2023 14:50
Got stuck in the same issue, resolved with EditorApplication.delayCall delegate that's called after the inspector updates. Hope it's helpful!
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
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
- Base class's Context Menu method is called when calling it in the Editor from the child class and the child class overrides this method
Resolution Note:
Thank you for reporting this bug. As we transition to focusing on UI Toolkit, we can only address major issues or regressions in IMGUI. Fixing this specific bug would risk regressing IMGUI too much.
Consider using a flag to delay the opening of the modal window until after you close the Vertical group.