unity_list_instances
Lists all running Unity Editor instances that the MCP can connect to, showing project name, port, and version. Use this to see which Unity projects are currently open before selecting one.
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. |