From c392c81d31df1ed70a56ef1fdca64b862c60d580 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Mon, 29 Jun 2026 22:22:10 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=88=87=E6=8D=A2=20Unity=20MCP=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packages/manifest.json | 2 +- Packages/packages-lock.json | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 99b66dc00..9353d044a 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.coplaydev.unity-mcp": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#beta", + "com.coplaydev.unity-mcp": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main", "com.unity.addressables": "1.21.21", "com.unity.cinemachine": "2.9.7", "com.unity.collab-proxy": "2.0.5", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 7b5993531..8e2a44d78 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,13 +1,21 @@ { "dependencies": { "com.coplaydev.unity-mcp": { - "version": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#beta", + "version": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main", "depth": 0, "source": "git", "dependencies": { - "com.unity.nuget.newtonsoft-json": "3.0.2" + "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": "560866569a05b0b6e9e5f4cc6940d05034044b91" + "hash": "85c101f5329ec1b0c6f70cba44614166dd78f53c" }, "com.unity.2d.animation": { "version": "9.0.3",