Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2023.2.0a18
Issue ID
UUM-39665
Regression
No
[Contextual Menu] Assertion failed errors are thrown to the console when adding a component through Scene View Context Menu
How to reproduce:
1. Open/create any project
2. Select camera in the scene view
3. Press "a" to bring up the scene context menu
4. Select "Add Component"
Expected result: No errors are thrown in console
Actual result: 4 errors are thrown in console
Reproducible with: 2023.2.0a18
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.
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
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
Resolution Note:
No longer reproducible
Resolution Note (2023.2.X):
No longer reproducible