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
6. The MCP Server should automatically be installed onto your machine as a result of this process.
@@ -290,7 +290,6 @@ Help make Unity MCP better!
290
290
5. **Push** your branch.
291
291
292
292
6. **Open a Pull Request** against the master branch.
293
-
294
293
295
294
---
296
295
@@ -311,42 +310,40 @@ Help make Unity MCP better!
311
310
312
311
- **Verify Server Path:** Double-check the --directory path in your MCP Client's JSON config. It must exactly match the location where you cloned the UnityMCP repository in Installation Step 1 (e.g., .../Programs/UnityMCP/UnityMcpServer/src).
313
312
314
-
- **Verify uv:** Make sure uv is installed and working (pip show uv).
313
+
- **Verify uv:** Make sure `uv` is installed and working (pip show uv).
315
314
316
315
- **Run Manually:** Try running the server directly from the terminal to see errors: `# Navigate to the src directory first! cd /path/to/your/UnityMCP/UnityMcpServer/src uv run server.py`
317
316
318
317
- **Permissions (macOS/Linux):** If you installed the server in a system location like /usr/local/bin, ensure the user running the MCP client has permission to execute uv and access files there. Installing in ~/bin might be easier.
319
318
320
319
- **Auto-Configure Failed:**
321
-
320
+
322
321
- Use the Manual Configuration steps. Auto-configure might lack permissions to write to the MCP client's config file.
323
-
322
+
324
323
325
324
</details>
326
325
327
-
Still stuck? [Open an Issue](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2Fjustinpbarnett%2Funity-mcp%2Fissues) or [Join the Discord](https://discord.gg/vhTUxXaqYr)!
326
+
Still stuck? [Open an Issue](https://github.com/coplaydev/unity-mcp/issues) or [Join the Discord](https://discord.gg/y4p8KfzrN4)!
MIT License. See [LICENSE](https://www.google.com/url?sa=E&q=https%3A%2F%2Fgithub.com%2Fjustinpbarnett%2Funity-mcp%2Fblob%2Fmaster%2FLICENSE) file.
339
+
MIT License. See [LICENSE](https://github.com/CoplayDev/unity-mcp/blob/master/LICENSE) file.
342
340
343
341
---
344
342
345
343
## Acknowledgments 🙏
346
344
347
-
Thanks to the contributors and the Unity team.
348
-
345
+
Thanks to the contributors and our sponsors [Coplay](https://coplay.dev).
349
346
350
347
## Star History
351
348
352
-
[](https://www.star-history.com/#justinpbarnett/unity-mcp&Date)
349
+
[](https://www.star-history.com/#coplaydev/unity-mcp&Date)
0 commit comments