Record working Unity MCP config (server 8067, bridge 8068) + 8080/reserved-port gotcha
This commit is contained in:
parent
b1db1d2a15
commit
dfd3cf5506
5 changed files with 43 additions and 5 deletions
|
|
@ -1,5 +1,22 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.coplaydev.unity-mcp": {
|
||||
"version": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main",
|
||||
"depth": 0,
|
||||
"source": "git",
|
||||
"dependencies": {
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
"com.unity.modules.imageconversion": "1.0.0",
|
||||
"com.unity.modules.physics": "1.0.0",
|
||||
"com.unity.modules.physics2d": "1.0.0",
|
||||
"com.unity.modules.uielements": "1.0.0",
|
||||
"com.unity.modules.screencapture": "1.0.0",
|
||||
"com.unity.modules.unitywebrequest": "1.0.0",
|
||||
"com.unity.nuget.newtonsoft-json": "3.0.2",
|
||||
"com.unity.test-framework": "1.1.31"
|
||||
},
|
||||
"hash": "11836003a5e2ffcb7715ecec7e1fbb9d9cdb5bb8"
|
||||
},
|
||||
"com.unity.ai.navigation": {
|
||||
"version": "2.0.13",
|
||||
"depth": 0,
|
||||
|
|
@ -91,6 +108,13 @@
|
|||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.nuget.newtonsoft-json": {
|
||||
"version": "3.2.2",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.render-pipelines.core": {
|
||||
"version": "17.5.0",
|
||||
"depth": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue