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
- Bloom and Exposure Artifacting around GameObject appears when setting Scale of Z Axis to 0
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
Add comment