chore: remove Unity AI Toolkit packages to fix enum warnings

- Remove com.unity.ai.assistant, com.unity.ai.generators, com.unity.ai.inference
- Update packages-lock.json
- Additional Phase 19 visual polish updates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
empty
2026-01-02 00:42:08 +08:00
parent f270a8b099
commit 4f3bd5695c
5 changed files with 217 additions and 70 deletions

View File

@@ -3,9 +3,6 @@
"com.coplaydev.unity-mcp": "https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity",
"com.endel.nativewebsocket": "https://github.com/endel/NativeWebSocket.git#upm",
"com.unity.2d.enhancers": "1.0.0",
"com.unity.ai.assistant": "1.0.0-pre.12",
"com.unity.ai.generators": "1.0.0-pre.20",
"com.unity.ai.inference": "2.4.1",
"com.unity.feature.2d": "2.0.2",
"com.unity.inputsystem": "1.17.0",
"com.unity.multiplayer.center": "1.0.1",

View File

@@ -136,45 +136,20 @@
},
"url": "https://packages.unity.com"
},
"com.unity.ai.assistant": {
"version": "1.0.0-pre.12",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ai.toolkit": "1.0.0-pre.18",
"com.unity.serialization": "3.1.1",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ai.generators": {
"version": "1.0.0-pre.20",
"depth": 0,
"version": "1.0.0-pre.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ai.toolkit": "1.0.0-pre.20",
"com.unity.ai.toolkit": "1.0.0-pre.12",
"com.unity.mathematics": "1.3.2",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"url": "https://packages.unity.com"
},
"com.unity.ai.inference": {
"version": "2.4.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.dt.app-ui": "1.3.1",
"com.unity.collections": "2.4.3",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.imageconversion": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ai.toolkit": {
"version": "1.0.0-pre.20",
"depth": 1,
"version": "1.0.0-pre.12",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
@@ -183,7 +158,7 @@
},
"com.unity.burst": {
"version": "1.8.26",
"depth": 1,
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1",
@@ -193,7 +168,7 @@
},
"com.unity.collections": {
"version": "2.6.2",
"depth": 1,
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.23",
@@ -204,21 +179,9 @@
},
"url": "https://packages.unity.com"
},
"com.unity.dt.app-ui": {
"version": "2.1.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 3,
"depth": 4,
"source": "builtin",
"dependencies": {}
},
@@ -249,7 +212,7 @@
},
"com.unity.mathematics": {
"version": "1.3.3",
"depth": 1,
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -264,7 +227,7 @@
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.6",
"depth": 2,
"depth": 3,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -285,16 +248,6 @@
},
"url": "https://packages.unity.com"
},
"com.unity.serialization": {
"version": "3.1.3",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.7.2",
"com.unity.collections": "2.4.2"
},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.1.1",
"depth": 1,
@@ -304,7 +257,7 @@
},
"com.unity.test-framework": {
"version": "1.6.0",
"depth": 2,
"depth": 3,
"source": "builtin",
"dependencies": {
"com.unity.ext.nunit": "2.0.3",
@@ -314,7 +267,7 @@
},
"com.unity.test-framework.performance": {
"version": "3.2.0",
"depth": 2,
"depth": 3,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.33",