Skip to content

Commit b33ae0b

Browse files
authored
Merge pull request #212 from CoplayDev/dsarno-readme-patch-1
Update README.md
2 parents cf8f5d4 + 108dd80 commit b33ae0b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Unity MCP connects your tools using two components:
6464
6565
### Prerequisites
6666

67-
* **Git CLI:** For cloning the server code. [Download Git](https://git-scm.com/downloads)
6867
* **Python:** Version 3.12 or newer. [Download Python](https://www.python.org/downloads/)
6968
* **Unity Hub & Editor:** Version 2020.3 LTS or newer. [Download Unity](https://unity.com/download)
7069
* **uv (Python package manager):**
@@ -100,7 +99,7 @@ Unity MCP connects your tools using two components:
10099

101100
**Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting.</details>
102101

103-
### Step 1: Install the Unity Package (Bridge)
102+
### 🌟Step 1: Install the Unity Package (Bridge)🌟
104103

105104
1. Open your Unity project.
106105
2. Go to `Window > Package Manager`.
@@ -126,11 +125,11 @@ Connect your MCP Client (Claude, Cursor, etc.) to the Python server you installe
126125
2. Click `Auto-Setup`.
127126
3. Look for a green status indicator 🟢 and "Connected ✓". *(This attempts to modify the MCP Client\'s config file automatically).*
128127

129-
Client-specific notes
128+
<details><summary><strong>Client-specific troubleshooting</strong></summary>
130129

131-
- **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>
134133
135134
136135
**Option B: Manual Configuration**

0 commit comments

Comments
 (0)