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
- [HDRP] Unclear error is printed when switched to unsupported Platform
- IEndDragHandler.OnEndDrag is not called when quickly pressing after a drag in low frame rate
- The joint.angle value changes when the parent changes rotation
- CapsuleCastAll returns a false hit in a specific location of a concave MeshCollider when "Use Fast Midphase" is enabled
- PhysX simulation is not consistent on the same platform with the same input
Resolution Note (fix version 2022.1):
This is by design. Our menu rework now enforce calling an existing menu item with EditorApplication.ExecuteMenuItem.