Search Issue Tracker
Duplicate
Votes
0
Found in
3.4.0b1
Issue ID
401577
Regression
No
Custom menus does not show up in menu bar before the menu is activated
Custom menus does not show up in menu bar before the menu is activated.
1. Create an Editor script with the following code:
//JS
@MenuItem ("MyMenu/Do Something")
static function DoSomething () {
Debug.Log ("Doing Something...");
}
//end
2. Switch back to Unity and wait for the script to be compiled.
3. Click anywhere in the menu bar.
Actual result: the MyMenu item does not show up in menu bar before the menu is activated.
Expecting the menu to show up when the script is compiled.
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
This is a duplicate of issue #386966