Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.1f1
Issue ID
1117494
Regression
No
[macOS][Bolt] Non-root MenuItems do not show up in Window menu
To reproduce:
1. Download attached project “MenuItemTest.zip" and open in Unity
2. Close "Bolt" window when it popups
3. Press Window and observe that there is "Graph" menu item
4. In Project view find "GraphWindow.cs" and open it
5. When .cs file opens replace "[MenuItem("Window/Graph", priority = 0)]" with "[MenuItem("Window/Bolt/Graph", priority = 0)]"
6. Save .cs file and come back to Unity
7. Wait until it recompiles
8. Close "Bolt" window when it popups
9. Press Window and observe that there is no Bolt menu item
Expected results: Observe that there is Bolt > Graph menu item
Actual results: Observe that there is no Bolt menu item
Notes:
- This issue appears only on macOS
- On Windows everything works as expected - You can see in Bolt > Graph menu item in Window tab
- Tried to create a small repro project with "[MenuItem("Window/TEST/Do Something")]" but it was unsuccessful - everything works as Expected on macOS
- The Window menu in macOS seems to be the only one affected - in Tools, nested items are accepted
- Could not check on Unity 2017.4, 2018.2, 2019.1 and 2019.2 because project becomes corrupted
Reproduced on Unity 2018.3.1f1 and 2018.3.3f1
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
- Crash on with multiple stack traces when rendering large Terrain with specific hardware
- The Reset button does not reset the Default Inherited Theme in the Default Runtime Theme File when the Default Inherited Theme was removed and the Reset button is pressed
- [Linux] UI picking is offset to the left when Reference DPI and Fallback DPI differ
- Scrolling in a default ScrollView in WebGL builds is slower when compared to other platform builds and the Editor
- Physics 2D Manager documentation page is missing
Resolution Note (2020.1.X):
Doesn't meet the quality bar