Skip to content

Commit 574d104

Browse files
committed
docs: fix Windows uv path to use WinGet shim, keep macOS AppSupport symlink path
1 parent 8d0539b commit 574d104

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MCP for Unity connects your tools using two components:
9696
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
9797

9898
---
99-
### 🌟Install the Unity Package🌟
99+
### Step 1: 🌟Install the Unity Package🌟
100100

101101
#### To install via Git URL
102102

@@ -118,8 +118,8 @@ MCP for Unity connects your tools using two components:
118118

119119
**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.
120120
121-
### Step 2: Configure Your MCP Client
122-
121+
### 🛠️ Step 2: Configure Your MCP Client 🛠️
122+
e w
123123
Connect your MCP Client (Claude, Cursor, etc.) to the Python server set up in Step 1 (auto) or via Manual Configuration (below).
124124
125125
<img width="648" height="599" alt="MCPForUnity-Readme-Image" src="https://github.com/user-attachments/assets/b4a725da-5c43-4bd6-80d6-ee2e3cca9596" />
@@ -241,7 +241,7 @@ claude mcp add UnityMCP -- uv --directory /Users/USERNAME/Library/AppSupport/Uni
241241
**Windows:**
242242
243243
```bash
244-
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
245245
```
246246
</details>
247247
@@ -329,4 +329,4 @@ MIT License. See [LICENSE](LICENSE) file.
329329
<a href="https://www.coplay.dev/?ref=unity-mcp" target="_blank" rel="noopener noreferrer">
330330
<img src="logo.png" alt="Coplay Logo" width="100%">
331331
</a>
332-
</p>
332+
</p>

0 commit comments

Comments
 (0)