Search Issue Tracker
Fixed
Fixed in 6000.0.46f1, 6000.1.0b14, 6000.2.0a9
Votes
0
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100390
Regression
No
"EndLayoutGroup" error is thrown when turning on/off UI Toolkit Live Reload in the Inspector with GameObject selected
How to reproduce:
1. Create a new Unity project
2. In the Inspector, select any GameObject
3. In the Inspector, click the three-dot menu and check the "UI Toolkit Live Reload"
4. Uncheck the "UI Toolkit Live Reload"
5. Observe the Console
Expected results: No errors are thrown into the Console
Actual results: "EndLayoutGroup: BeginLayoutGroup must be called first." is spawned into the Console
Reproducible with: 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Reproducible on: macOS Sequoia 15.3 (M1)
Not reproducible on: No other environment tested
Full error:
EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
- m_Modifications block serializes incorrectly when replacing source prefabs
Add comment