editor-application-set-state
Control Unity Editor's playmode state to start, stop, or pause application execution for testing and debugging workflows.
Instructions
Control the Unity Editor application state. You can start, stop, or pause the 'playmode'. Use 'editor-application-get-state' tool to get the current state first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isPlaying | No | If true, the 'playmode' will be started. If false, the 'playmode' will be stopped. | false |
| isPaused | No | If true, the 'playmode' will be paused. If false, the 'playmode' will be resumed. | false |