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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2020.1.X):
Doesn't meet the quality bar