修改资源

This commit is contained in:
2026-07-20 10:33:18 +08:00
parent 88fca8f9b0
commit 902afbca1c
12 changed files with 28163 additions and 28288 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"mcpServers": {
"unity": {
"type": "stdio",
"command": "node",
"args": [
"Tools/unity-mcp-server/src/index.js"
],
"env": {
"UNITY_HUB_PATH": "C:\\Program Files\\Unity Hub\\Unity Hub.exe",
"UNITY_BRIDGE_PORT": "7890"
}
}
}
}