5 months ago
Enables AI agents to compile code and run tests in Unity Editor.
Server Config
{
"mcpServers": {
"unity-code": {
"command": "/path/to/unity-code-mcp",
"env": {
"UNITY_PROJECT_PATH": "/path/to/your/unity/project"
}
}
}
}