Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2022.1.0a13
Issue ID
1377944
Regression
Yes
Possible Regression: EditorApplication.ExecuteMenuItem won't execute a menu item hidden by an active Editor Mode
Load the attached project.
Under the Metacast menu there are two items of note. Toggle will toggle in and out of Metacast mode, and Execute Menu Test will attempt to execute the menu item "GameObject/3D Object/Cube"
Depending on which mode the project is in when you open it, use the toggle if neccesary to ensure the editor is NOT in Metacast mode
Execute the Menu Test and see that a Cube is created
Next, use Metacast->Toggle to go into Metacast mode
Execute Menu Test again and note the console error and no cube is created
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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note (fix version 2022.1):
This is by design. Our menu rework now enforce calling an existing menu item with EditorApplication.ExecuteMenuItem.