From 574d1044257cd7f074e21be0c2b8e3702e49d9f6 Mon Sep 17 00:00:00 2001 From: David Sarno Date: Fri, 5 Sep 2025 08:48:50 -0700 Subject: [PATCH] docs: fix Windows uv path to use WinGet shim, keep macOS AppSupport symlink path --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6fd131..bc991e7 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ MCP for Unity connects your tools using two components: **Note:** Without Roslyn, script validation falls back to basic structural checks. Roslyn enables full C# compiler diagnostics with precise error reporting. --- -### 🌟Install the Unity Package🌟 +### Step 1: 🌟Install the Unity Package🌟 #### To install via Git URL @@ -118,8 +118,8 @@ MCP for Unity connects your tools using two components: **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. -### Step 2: Configure Your MCP Client - +### 🛠️ Step 2: Configure Your MCP Client 🛠️ +e w Connect your MCP Client (Claude, Cursor, etc.) to the Python server set up in Step 1 (auto) or via Manual Configuration (below). MCPForUnity-Readme-Image @@ -241,7 +241,7 @@ claude mcp add UnityMCP -- uv --directory /Users/USERNAME/Library/AppSupport/Uni **Windows:** ```bash -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 +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 ``` @@ -329,4 +329,4 @@ MIT License. See [LICENSE](LICENSE) file. Coplay Logo -

\ No newline at end of file +