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
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local **MCP (Model Context Protocol) Client**. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
12
13
14
+
## 💬 Join Our Community
13
15
14
-
**Create your Unity apps with LLMs!**
16
+
### [Discord](https://discord.gg/vhTUxXaqYr)
17
+
18
+
**Get help, share ideas, and collaborate with other Unity MCP developers!**
15
19
16
-
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local **MCP (Model Context Protocol) Client**. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
17
20
18
21
---
19
22
@@ -194,9 +197,9 @@ If Auto-Configure fails or you use a different client:
194
197
195
198
(Replace YOUR_USERNAME)
196
199
197
-
</details>
198
200
199
-
**Option C: Claude Code Registration**
201
+
202
+
**For Claude Code**
200
203
201
204
If you're using Claude Code, you can register the MCP server using these commands:
claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/Scripts/uv.exe" --directory "C:/Users/USERNAME/AppData/Local/Programs/UnityMCP/UnityMcpServer/src" run server.py
211
214
```
215
+
</details>
212
216
213
217
---
214
218
@@ -258,7 +262,20 @@ claude mcp add UnityMCP -- "C:/Users/USERNAME/AppData/Roaming/Python/Python313/S
258
262
259
263
---
260
264
261
-
## Contributing 🤝
265
+
## For Developers 🛠️
266
+
267
+
### Development Tools
268
+
269
+
If you're contributing to Unity MCP or want to test core changes, we have development tools to streamline your workflow:
270
+
271
+
- **Development Deployment Scripts**: Quickly deploy and test your changes to Unity MCP Bridge and Python Server
272
+
- **Automatic Backup System**: Safe testing with easy rollback capabilities
273
+
- **Hot Reload Workflow**: Fast iteration cycle for core development
274
+
- **More coming!**
275
+
276
+
📖 **See [README-DEV.md](README-DEV.md)**forcomplete development setup and workflow documentation.
0 commit comments