Skip to content

Commit d1b4aa9

Browse files
Release 1.2.6
1 parent 3991160 commit d1b4aa9

19 files changed

+164
-13
lines changed

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,20 @@ https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6
3131
```
3232

3333
**2. Connect Your AI**
34-
- Go to `Code Maestro > MCP Dashboard` in Unity
35-
- Click **Configure** next to your preferred MCP client
34+
- Go to `Code Maestro > MCP Dashboard` in Unity.
35+
- **For Code Maestro Desktop App:** Select the "Code Maestro Desktop App" connection mode. The connection is automatic, and the dashboard will show the connection status.
36+
- **For other clients (VS Code, Cursor, etc.):** Select the "Other Clients" connection mode, then click **Configure** next to your preferred client.
3637
- Start giving commands!
3738

38-
**Supported MCP Clients:** Code Maestro, GitHub Copilot, Cursor, Windsurf, Claude Code and any other MCP-capable copilot.
39+
**Supported MCP Clients:**
40+
- **Code Maestro Desktop App** (uses Direct Connection)
41+
- **GitHub Copilot (VS Code)**
42+
- **Cursor**
43+
- **Windsurf**
44+
- **Claude Desktop**
45+
- ...and any other MCP-capable copilot.
46+
47+
*Clients other than the Code Maestro Desktop App use the Relay Server connection, which is installed automatically.*
3948

4049
## What Unity MCP Can Do
4150

@@ -57,12 +66,16 @@ https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6
5766

5867
## How It Works
5968

60-
Unity MCP bridges your Unity Editor with AI assistants using the Model Context Protocol. Two components work together:
69+
Unity MCP bridges your Unity Editor with AI assistants using the Model Context Protocol. It supports two connection modes, which can be selected in the MCP Dashboard:
70+
71+
- **Direct Connection (for Code Maestro Desktop App):** This is the recommended mode for Code Maestro users. The Unity Editor connects directly to the Code Maestro Desktop App's central hub. This method is faster and doesn't require a separate relay server.
72+
- **Unity MCP Connector:** Runs inside the Unity Editor to manage the connection.
6173

62-
- **Bridge Server** - Runs in Unity Editor, provides API access
63-
- **Relay Server** - Handles communication with MCP clients
74+
- **Relay Server Connection (for other clients):** For clients like VS Code or Cursor, the bridge uses a local TCP server and a relay server.
75+
- **Bridge Server:** Runs in the Unity Editor and provides API access over a local TCP port.
76+
- **Relay Server:** A small background process that handles communication between the AI client and the Unity Bridge Server. It is installed automatically.
6477

65-
The setup is automatic once you install the package and configure your MCP client.
78+
The setup is automatic. Simply choose your connection mode in the dashboard.
6679

6780
**💡 Tip:** When multiple Unity projects are open, your AI assistant will automatically connect to the most recently opened Unity Editor instance.
6881

Unity2020_2022/Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
78.5 KB
Binary file not shown.

Unity2020_2022/Editor/CodeMaestro.UnityMcp.Editor.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity2020_2022/Editor/Plugins.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
29 KB
Binary file not shown.

Unity2020_2022/Editor/Plugins/AsyncIO.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
232 KB
Binary file not shown.

Unity2020_2022/Editor/Plugins/NetMQ.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Unity2020_2022/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.codemaestroai.advancedunitymcp",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"displayName": "Code Maestro - Advanced Unity MCP",
55
"description": "Advanced integration bridge for Unity that allows MCP clients to connect and interact with Unity Editor.",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)