Search Issue Tracker
Fixed
Fixed in 2021.3.34f1, 2022.3.16f1, 2023.2.5f1, 2023.3.0a18, 7000.0.0a1
Votes
0
Found in
2021.3.29f1
2022.3.8f1
2023.1.9f1
2023.2.0b6
2023.3.0a2
7000.0.0a1
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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “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
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment