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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment