unity_select_instance
Select a Unity Editor instance by port number to route subsequent tool calls to that specific instance. Use after listing available instances with unity_list_instances.
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). |