Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a2
Issue ID
1051575
Regression
No
GUI error occurs on adding rigidbody 2D component on a game object
GUI error occurs on adding rigidbody 2D component on a game object and no further components can be added to that game object
Steps to Repro:
1. Create a new or open attached project
2. Hierarchy > right click
3. Create an empty game object
4. Add component > rigidbody 2D
Actual Result:
1. Observe that the console is spammed with warnings and errors, also notice a horizontal black line coming next to 'Rigidbody' properties
2. Add component button disappears from the inspector
3. Further components are getting added to the game object
Environment:
Windows and Mac
Occurring with:
Version 2018.3.0a2 (e9113db2e9bf)
Branch: prefabs/improved
Working with:
Version 2018.3.0a3 (0ac1bca97520)
Branch: trunk
Version 2018.3.0a2 (7fc052e81176)
Branch: trunk
Stack Trace:
Warning:
Unexpected top level layout group! Missing GUILayout.EndScrollView/EndVertical/EndHorizontal?
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Error:
GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment