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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ MCP for Unity connects your tools using two components:
96
96
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
97
97
98
98
---
99
-
### 🌟Install the Unity Package🌟
99
+
### Step 1: 🌟Install the Unity Package🌟
100
100
101
101
#### To install via Git URL
102
102
@@ -118,8 +118,8 @@ MCP for Unity connects your tools using two components:
118
118
119
119
**Note:** If you installed the MCP Server before Coplay's maintenance, you will need to uninstall the old package before re-installing the new one.
120
120
121
-
### Step 2: Configure Your MCP Client
122
-
121
+
### 🛠️ Step 2: Configure Your MCP Client 🛠️
122
+
e w
123
123
Connect your MCP Client (Claude, Cursor, etc.) to the Python server set up in Step 1 (auto) or via Manual Configuration (below).
claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/Scripts/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/UnityMCP/UnityMcpServer/src" run server.py
244
+
claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Local/Microsoft/WinGet/Links/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/UnityMCP/UnityMcpServer/src" run server.py
245
245
```
246
246
</details>
247
247
@@ -329,4 +329,4 @@ MIT License. See [LICENSE](LICENSE) file.
0 commit comments