execute_menu_item
Execute any Unity Editor menu command by specifying its menu path. Automates repetitive actions like creating game objects or opening windows.
Instructions
Executes a Unity menu item by path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menuPath | Yes | The path to the menu item to execute (e.g. "GameObject/Create Empty") |