Search Issue Tracker
Fixed
Fixed in 6000.3.0b1
Votes
0
Found in
6000.3.0a5
Issue ID
UUM-114605
Regression
Yes
Assertion and Exception errors are thrown when adding the Component to the GameObject via Scene view
How to reproduce:
1. Create a new Unity project
2. Add any GameObject in the Hierarchy
3. With the GameObject selected, right-click in the Scene view -> Add Component
4. Observe the Console
Expected results: No errors are thrown
Actual results: 4 various errors are thrown
Reproducible with: 6000.3.0a3, 6000.3.0a5
Not reproducible with: 6000.0.56f1, 6000.1.16f1, 6000.2.2f1, 6000.3.0a2
Reproducible on: macOS Sequoia 15.5 (M1)
Not reproducible on: No other environment tested
Errors:
- Assertion failed on expression: '!m_InsideContext'
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
- GUI Window tried to begin rendering while something else had not finished rendering! Either you have a recursive OnGUI rendering, or the previous OnGUI did not clean up properly.
- InvalidOperationException: Stack empty.
System.Collections.Generic.Stack`1[T].Peek () (at <1e17d9e30a42433c9e50f8dea8f7ce8b>:0)
- Assertion failed on expression: 'm_InsideContext'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment