diff --git a/Packages/manifest.json b/Packages/manifest.json index 9353d044a..018f14387 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#main", + "com.coplaydev.unity-mcp": "file:../ThirdParty/UnityPackages/com.coplaydev.unity-mcp-10.1.0.tgz", "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 8e2a44d78..372707e0d 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,9 +1,9 @@ { "dependencies": { "com.coplaydev.unity-mcp": { - "version": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main", + "version": "file:../ThirdParty/UnityPackages/com.coplaydev.unity-mcp-10.1.0.tgz", "depth": 0, - "source": "git", + "source": "local-tarball", "dependencies": { "com.unity.modules.animation": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", @@ -14,8 +14,7 @@ "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.nuget.newtonsoft-json": "3.0.2", "com.unity.test-framework": "1.1.31" - }, - "hash": "85c101f5329ec1b0c6f70cba44614166dd78f53c" + } }, "com.unity.2d.animation": { "version": "9.0.3", diff --git a/ThirdParty/UnityPackages/com.coplaydev.unity-mcp-10.1.0.tgz b/ThirdParty/UnityPackages/com.coplaydev.unity-mcp-10.1.0.tgz new file mode 100644 index 000000000..844e1e422 Binary files /dev/null and b/ThirdParty/UnityPackages/com.coplaydev.unity-mcp-10.1.0.tgz differ