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
- BuildPipeline.BuildAssetBundles rebuilds unchanged assets in an AssetBundle when called after relaunching the Editor if these assets were modified and rebuilt in the previous session
- Title "URP Dynamic Resolution" is not truncated with "..." and becomes overlapped by the checkbox
- Startup Logs are missing in player logs when "Capture Startup logs" is enabled
- "Rendering Layer Mask" under the "Water Surface" Component has duplicated names for all "Decal" and "Light" layers
- Hang or broken viewport after hiding on-demand-rendering Unity window inside a Winforms host app
This is a duplicate of issue #386966