Search Issue Tracker
By Design
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
No longer reproducible