unity_editor_state
Retrieve the current Unity Editor state, including play mode, compilation status, active scene, and project path, using a port parameter for parallel-safe routing across multiple Unity instances.
Instructions
Get the current Unity Editor state: play mode, compilation status, active scene, project path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |