unity_select_instance
Select a running Unity Editor instance by its port number to route all subsequent Unity commands to that specific instance.
Instructions
Select which Unity Editor instance to work with for this session. All subsequent unity_* commands will be routed to the selected instance. You must provide the port number of the instance (get it from unity_list_instances). IMPORTANT: Call unity_list_instances first to see available instances and their ports. PARALLEL SAFETY: After selecting, include 'port: ' as a parameter in ALL subsequent unity_* tool calls to guarantee routing to this instance even when multiple agents share the same MCP process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | The port number of the Unity instance to select (from unity_list_instances output). |