Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2019.1.0a14
Issue ID
1117298
Regression
No
[AI] EndLayoutGroup error thrown on saving a Navmesh Baked scene on MacOS
EndLayoutGroup error in the console on saving a scene for the first time which has a NavMesh Baked surface on MacOS
Steps to Reproduce:
1. Create a new Project
2. Hierarchy > 3D Object > Plane ( Or any unity Primitive )
3. Window > AI > Navigation
4. Select plane from Hierarchy and check "Navigation Static" from Navigation
5. Navigation > Bake > Select Bake button
6. Save Scene.
Actual Result:
EndLayoutGroup error thrown in the console after saving the scene.
Expected Result:
The scene is saved without any errors in the console.
Reproducible on:
2019.1.0a14, 2018.3.0f2, 2018.2.0f2, 2018.1.0f2, 2017.3.0f3
Environment:
Only on MacOS
Error Details:
EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Comments (1)
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
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
- "EndLayoutGroup" error is thrown when turning on/off UI Toolkit Live Reload in the Inspector with GameObject selected
- Crash on __pthread_kill when opening a specific object
- UI Toolkit Debugger "Pick Element" selection works only after clicking it for the second time
- "InvalidOperationException: Trying to use a texture (_MainLightShadowmapTexture)..." and other Render Graph errors when MSAA is enabled with Render Graph and Game view tab is active
yuyang1
Feb 04, 2019 16:18
Hello, have you solved the problem? I have the problem as well.