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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
yuyang1
Feb 04, 2019 16:18
Hello, have you solved the problem? I have the problem as well.