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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Resolution Note (fix version 2022.1):
This is by design. Our menu rework now enforce calling an existing menu item with EditorApplication.ExecuteMenuItem.