Search Issue Tracker
Fixed in 2021.3.34f1
Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.3.X, 7000.0.0a1, future release
Votes
0
Found in
2021.3.29f1
2022.3.8f1
2023.1.9f1
2023.2.0b6
2023.3.0a2
Issue ID
UUM-46849
Regression
Yes
[macOS] Assertion failed on expression: '!m_InsideContext' logged when adding a Component through the Title Bar
How to reproduce:
1. Create a project
2. Select a GameObject in the Hierarchy
3. In the Title Bar menus select Component > Add
4. Observe the Console
Expected result: No errors are logged in Console
Actual Result: Errors thrown in Console: "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."
Reproducible with: 2021.3.14f1, 2021.3.29f1, 2022.3.8f1, 2023.1.9f1, 2023.2.0b6, 2023.3.0a2
Not reproducible with: 2021.3.13f1
Note: Issue reproducible through the new Context Menu is handled in this issue: UUM-36296
Reproduced on: macOS Ventura
Not reproducible on: Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
Add comment