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
- Errors “Render Graph Execution error” and "KeyNotFoundException" are thrown and Scene/Game views are not rendered when RenderGraphBuilder has AsyncCompute enabled
- Separation Line is used at the bottom of Prefab dropdown options when there is nothing to separate
- Color Picker Window Shows UI Artifact on Ubuntu Until Mouse Movement
- WebGPU Build fails when the Inference Engine package is installed
- The search field has an additional icon that has no functionality
yuyang1
Feb 04, 2019 16:18
Hello, have you solved the problem? I have the problem as well.