Search Issue Tracker
Third Party Issue
Votes
0
Found in
6000.3.0a6
Issue ID
UUM-115311
Regression
No
Small part of the Context menu is cut off at the bottom and not opened full size when right clicking in the Hierarchy V2 window
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Enable Hierarchy V2 (Unity > Settings > General > Use new Hierarchy window)
- Right click in the Hierarchy v2 window to open the context menu
- Observe the context menu
Actual results: Small part of the bottom of the context menu is cut off
Expected results: The full context menu is shown with no parts cut off
Reproducible with versions: 6000.3.0a6
Tested on (OS): macOS Silicon Sequoia 15.6
Notes:
- Does not reproduce with the old Hierarchy window
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
This is related to how macOS draws context menus. If a menu is longer than the allowed size, but not long enough to need space for the down chevron, the list is scrollable without the chevron and looks cut off. It can, however, be scrolled. Only a few pixels though.