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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment