Skip to content

Commit 24ed3a2

Browse files
committed
docs: update README(s) for Auto-Setup and dev cache path
1 parent 07b3583 commit 24ed3a2

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

README-DEV.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,22 @@ Restores original files from backup.
4646

4747
## Finding Unity Package Cache Path
4848

49-
Unity package cache is typically located at:
49+
Unity stores Git packages under a version-or-hash folder. Expect something like:
5050
```
51-
X:\UnityProject\Library\PackageCache\[email protected]
51+
X:\UnityProject\Library\PackageCache\com.coplaydev.unity-mcp@<version-or-hash>
52+
```
53+
Example (hash):
54+
```
55+
X:\UnityProject\Library\PackageCache\com.coplaydev.unity-mcp@272123cfd97e
5256
```
5357

54-
To find it:
58+
To find it reliably:
5559
1. Open Unity Package Manager
5660
2. Select "Unity MCP" package
57-
3. Right click on the package and "Show in Explorer"
58-
4. Navigate to the path above with your username and version
61+
3. Right click the package and choose "Show in Explorer"
62+
4. That opens the exact cache folder Unity is using for your project
63+
64+
Note: In recent builds, the Python server sources are also bundled inside the package under `UnityMcpServer~/src`. This is handy for local testing or pointing MCP clients directly at the packaged server.
5965

6066
## Workflow
6167

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ Connect your MCP Client (Claude, Cursor, etc.) to the Python server you installe
120120
121121
<img width="609" alt="image" src="https://github.com/user-attachments/assets/cef3a639-4677-4fd8-84e7-2d82a04d55bb" />
122122
123-
**Option A: Auto-Configure (Recommended for Claude/Cursor/VSC Copilot)**
123+
**Option A: Auto-Setup (Recommended for Claude/Cursor/VSC Copilot)**
124124
125125
1. In Unity, go to `Window > Unity MCP`.
126-
2. Click `Auto Configure` on the IDE you uses.
127-
3. Look for a green status indicator 🟢 and "Connected". *(This attempts to modify the MCP Client\'s config file automatically)*.
126+
2. Click `Auto-Setup`.
127+
3. Look for a green status indicator 🟢 and "Connected". *(This attempts to modify the MCP Client\'s config file automatically)*.
128128

129129
**Option B: Manual Configuration**
130130

131-
If Auto-Configure fails or you use a different client:
131+
If Auto-Setup fails or you use a different client:
132132

133133
1. **Find your MCP Client\'s configuration file.** (Check client documentation).
134134
* *Claude Example (macOS):* `~/Library/Application Support/Claude/claude_desktop_config.json`

0 commit comments

Comments
 (0)