summaryrefslogtreecommitdiff
path: root/Packages
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-31 17:36:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-31 17:36:25 +0800
commit38e3e1fa64334f9cfd2f35e21439b93f525bf1b4 (patch)
tree84a87a496e31a742a338dce39e034f67b567b13f /Packages
parentd08e5a8128025b19c34b07b5e754749a0c3b6844 (diff)
完成问题生成
Diffstat (limited to 'Packages')
-rw-r--r--Packages/manifest.json1
-rw-r--r--Packages/packages-lock.json124
2 files changed, 125 insertions, 0 deletions
diff --git a/Packages/manifest.json b/Packages/manifest.json
index 3c04e97..3b9ee68 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -2,6 +2,7 @@
"dependencies": {
"com.unity.ai.navigation": "2.0.9",
"com.unity.collab-proxy": "2.10.2",
+ "com.unity.feature.2d": "2.0.2",
"com.unity.ide.rider": "3.0.38",
"com.unity.ide.visualstudio": "2.0.25",
"com.unity.inputsystem": "1.17.0",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index ea38916..fd9c968 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -1,5 +1,113 @@
{
"dependencies": {
+ "com.unity.2d.animation": {
+ "version": "13.0.4",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.common": "12.0.2",
+ "com.unity.2d.sprite": "1.0.0",
+ "com.unity.collections": "2.4.3",
+ "com.unity.modules.animation": "1.0.0",
+ "com.unity.modules.uielements": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.aseprite": {
+ "version": "3.0.1",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.common": "12.0.1",
+ "com.unity.2d.sprite": "1.0.0",
+ "com.unity.2d.tilemap": "1.0.0",
+ "com.unity.mathematics": "1.2.6",
+ "com.unity.modules.animation": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.common": {
+ "version": "12.0.2",
+ "depth": 2,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.burst": "1.8.4",
+ "com.unity.2d.sprite": "1.0.0",
+ "com.unity.collections": "2.4.3",
+ "com.unity.mathematics": "1.1.0",
+ "com.unity.modules.animation": "1.0.0",
+ "com.unity.modules.uielements": "1.0.0",
+ "com.unity.modules.imageconversion": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.pixel-perfect": {
+ "version": "5.1.1",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.modules.imgui": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.psdimporter": {
+ "version": "12.0.1",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.common": "12.0.1",
+ "com.unity.2d.sprite": "1.0.0",
+ "com.unity.2d.tilemap": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.sprite": {
+ "version": "1.0.0",
+ "depth": 1,
+ "source": "builtin",
+ "dependencies": {}
+ },
+ "com.unity.2d.spriteshape": {
+ "version": "13.0.0",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.common": "12.0.0",
+ "com.unity.mathematics": "1.1.0",
+ "com.unity.modules.physics2d": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.tilemap": {
+ "version": "1.0.0",
+ "depth": 1,
+ "source": "builtin",
+ "dependencies": {
+ "com.unity.modules.tilemap": "1.0.0",
+ "com.unity.modules.uielements": "1.0.0"
+ }
+ },
+ "com.unity.2d.tilemap.extras": {
+ "version": "6.0.1",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.tilemap": "1.0.0",
+ "com.unity.modules.tilemap": "1.0.0",
+ "com.unity.modules.jsonserialize": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
+ "com.unity.2d.tooling": {
+ "version": "1.0.2",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.2d.common": "12.0.2",
+ "com.unity.modules.uielements": "1.0.0"
+ },
+ "url": "https://packages.unity.com"
+ },
"com.unity.ai.navigation": {
"version": "2.0.9",
"depth": 0,
@@ -45,6 +153,22 @@
"source": "builtin",
"dependencies": {}
},
+ "com.unity.feature.2d": {
+ "version": "2.0.2",
+ "depth": 0,
+ "source": "builtin",
+ "dependencies": {
+ "com.unity.2d.animation": "13.0.4",
+ "com.unity.2d.pixel-perfect": "5.1.1",
+ "com.unity.2d.psdimporter": "12.0.1",
+ "com.unity.2d.sprite": "1.0.0",
+ "com.unity.2d.spriteshape": "13.0.0",
+ "com.unity.2d.tilemap": "1.0.0",
+ "com.unity.2d.tilemap.extras": "6.0.1",
+ "com.unity.2d.aseprite": "3.0.1",
+ "com.unity.2d.tooling": "1.0.2"
+ }
+ },
"com.unity.ide.rider": {
"version": "3.0.38",
"depth": 0,