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)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
yuyang1
Feb 04, 2019 16:18
Hello, have you solved the problem? I have the problem as well.