unity_select_instance
Select a Unity Editor instance by project name or port to route subsequent actions. Include the port in each call for parallel safety.
Instructions
Select the Unity Editor instance this session targets; subsequent unity_* calls route there. Identify it by projectName (stable) or port (dynamic — can change across editor restarts). PARALLEL SAFETY: after selecting, include port on every unity_* call when multiple agents share this MCP process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port of the instance to select (from unity_list_instances). | |
| projectName | No | Project name to select (stable across restarts, unlike ports). |