You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ Unity MCP connects your tools using two components:
64
64
65
65
### Prerequisites
66
66
67
-
***Git CLI:** For cloning the server code. [Download Git](https://git-scm.com/downloads)
68
67
***Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
69
68
***Unity Hub & Editor:** Version 2020.3 LTS or newer. [Download Unity](https://unity.com/download)
70
69
***uv (Python package manager):**
@@ -100,7 +99,7 @@ Unity MCP connects your tools using two components:
100
99
101
100
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
102
101
103
-
### Step 1: Install the Unity Package (Bridge)
102
+
### 🌟Step 1: Install the Unity Package (Bridge)🌟
104
103
105
104
1. Open your Unity project.
106
105
2. Go to `Window > Package Manager`.
@@ -126,11 +125,11 @@ Connect your MCP Client (Claude, Cursor, etc.) to the Python server you installe
126
125
2. Click `Auto-Setup`.
127
126
3. Look for a green status indicator 🟢 and "Connected ✓". *(This attempts to modify the MCP Client\'s config file automatically).*
- **VSCode**: uses `Code/User/mcp.json` with top-level `servers.unityMCP` and `"type": "stdio"`. On Windows, Unity MCP writes an absolute `uv.exe` (prefers WinGet Links shim) to avoid PATH issues.
132
-
- **Cursor / Windsurf**: if`uv` is missing, the Unity MCP window shows "uv Not Found" with a quick [HELP] link and a "Choose UV Install Location" button.
133
-
- **Claude Code**:if`claude` isn't found, the window shows "Claude Not Found" with [HELP] and a "Choose Claude Location" button. Unregister now updates the UI immediately.
130
+
- **VSCode**: uses `Code/User/mcp.json` with top-level `servers.unityMCP` and `"type": "stdio"`. On Windows, Unity MCP writes an absolute `uv.exe` (prefers WinGet Links shim) to avoid PATH issues.
131
+
- **Cursor / Windsurf** [(**help link**)](https://github.com/CoplayDev/unity-mcp/wiki/1.-Fix-Unity-MCP-and-Cursor,-VSCode-&-Windsurf): if`uv` is missing, the Unity MCP window shows "uv Not Found" with a quick [HELP] link and a "Choose UV Install Location" button.
132
+
- **Claude Code** [(**help link**)](https://github.com/CoplayDev/unity-mcp/wiki/2.-Fix-Unity-MCP-and-Claude-Code):if`claude` isn't found, the window shows "Claude Not Found" with [HELP] and a "Choose Claude Location" button. Unregister now updates the UI immediately.</details>
0 commit comments