unity_list_instances
Discover all running Unity Editor instances with their project names, ports, Unity versions, and ParrelSync clone status. Use before selecting a target project via unity_select_instance.
Instructions
List all running Unity Editor instances that the MCP can connect to. Returns each instance's project name, port, Unity version, and whether it's a ParrelSync clone. Use this to see which Unity projects are currently open before selecting one to work with. IMPORTANT: When multiple instances are detected, always call this first and then use unity_select_instance to choose which project to target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force a fresh discovery scan (default: true). Set to false to use cached results. |