Skip to content

Commit c6969fd

Browse files
committed
docs: update repository links and Discord invite to CoplayDev organization
1 parent eabf727 commit c6969fd

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![](https://img.shields.io/badge/Unity-000000?style=flat&logo=unity&logoColor=blue 'Unity')](https://unity.com/releases/editor/archive)
44
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
55
[![](https://badge.mcpx.dev?status=on 'MCP Enabled')](https://modelcontextprotocol.io/introduction)
6-
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/justinpbarnett/unity-mcp)
7-
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/justinpbarnett/unity-mcp)
6+
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/coplaydev/unity-mcp)
7+
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/coplaydev/unity-mcp)
88
[![](https://img.shields.io/badge/License-MIT-red.svg 'MIT License')](https://opensource.org/licenses/MIT)
99

1010
**Create your Unity apps with LLMs!**
@@ -13,7 +13,7 @@ Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to inte
1313

1414
## 💬 Join Our Community
1515

16-
### [Discord](https://discord.gg/vhTUxXaqYr)
16+
### [Discord](https://discord.gg/y4p8KfzrN4)
1717

1818
**Get help, share ideas, and collaborate with other Unity MCP developers!**
1919

@@ -106,7 +106,7 @@ Unity MCP connects your tools using two components:
106106
3. Click `+` -> `Add package from git URL...`.
107107
4. Enter:
108108
```
109-
https://github.com/justinpbarnett/unity-mcp.git?path=/UnityMcpBridge
109+
https://github.com/coplaydev/unity-mcp.git?path=/UnityMcpBridge
110110
```
111111
5. Click `Add`.
112112
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!
290290
5. **Push** your branch.
291291

292292
6. **Open a Pull Request** against the master branch.
293-
294293

295294
---
296295

@@ -311,42 +310,40 @@ Help make Unity MCP better!
311310

312311
- **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).
313312
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).
315314
316315
- **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`
317316
318317
- **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.
319318
320319
- **Auto-Configure Failed:**
321-
320+
322321
- Use the Manual Configuration steps. Auto-configure might lack permissions to write to the MCP client's config file.
323-
322+
324323

325324
</details>
326325

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)!
328327

329328
---
330329

331330
## Contact 👋
332331

333-
- **justinpbarnett:** [X/Twitter](https://www.google.com/url?sa=E&q=https%3A%2F%2Fx.com%2Fjustinpbarnett)
332+
- **justinpbarnett:** [X/Twitter](https://x.com/justinpbarnett)
334333
- **scriptwonder**: [Email](mailto:[email protected]), [LinkedIn](https://www.linkedin.com/in/shutong-wu-214043172/)
335-
336334

337335
---
338336

339337
## License 📜
340338

341-
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.
342340

343341
---
344342

345343
## Acknowledgments 🙏
346344

347-
Thanks to the contributors and the Unity team.
348-
345+
Thanks to the contributors and our sponsors [Coplay](https://coplay.dev).
349346

350347
## Star History
351348

352-
[![Star History Chart](https://api.star-history.com/svg?repos=justinpbarnett/unity-mcp&type=Date)](https://www.star-history.com/#justinpbarnett/unity-mcp&Date)
349+
[![Star History Chart](https://api.star-history.com/svg?repos=coplaydev/unity-mcp&type=Date)](https://www.star-history.com/#coplaydev/unity-mcp&Date)

0 commit comments

Comments
 (0)