summaryrefslogtreecommitdiff
path: root/ActiveRagdoll/Packages
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-04-18 00:55:34 +0800
committerchai <215380520@qq.com>2024-04-18 00:55:34 +0800
commitcc0c9d088b661c27fd70818f39465fdbab7294cd (patch)
treee68258efda5b35bbc203264e5c99918fd314fbbc /ActiveRagdoll/Packages
parent9195d35e9aaab77b315d5c689fd86bce599ab42c (diff)
*unity 2022
Diffstat (limited to 'ActiveRagdoll/Packages')
-rw-r--r--ActiveRagdoll/Packages/packages-lock.json99
1 files changed, 53 insertions, 46 deletions
diff --git a/ActiveRagdoll/Packages/packages-lock.json b/ActiveRagdoll/Packages/packages-lock.json
index 256b97e..69817bf 100644
--- a/ActiveRagdoll/Packages/packages-lock.json
+++ b/ActiveRagdoll/Packages/packages-lock.json
@@ -1,19 +1,20 @@
{
"dependencies": {
"com.unity.2d.animation": {
- "version": "7.0.11",
+ "version": "9.1.0",
"depth": 1,
"source": "registry",
"dependencies": {
- "com.unity.2d.common": "6.0.6",
+ "com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0",
+ "com.unity.collections": "1.1.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.2d.aseprite": {
- "version": "1.0.0",
+ "version": "1.1.2",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -25,24 +26,18 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
- "version": "6.0.6",
+ "version": "8.0.2",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.mathematics": "1.1.0",
"com.unity.modules.uielements": "1.0.0",
- "com.unity.burst": "1.5.1"
+ "com.unity.modules.animation": "1.0.0",
+ "com.unity.burst": "1.7.3"
},
"url": "https://packages.unity.com"
},
- "com.unity.2d.path": {
- "version": "5.0.2",
- "depth": 2,
- "source": "registry",
- "dependencies": {},
- "url": "https://packages.unity.com"
- },
"com.unity.2d.pixel-perfect": {
"version": "5.0.3",
"depth": 1,
@@ -51,12 +46,12 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.psdimporter": {
- "version": "6.0.7",
+ "version": "8.0.4",
"depth": 1,
"source": "registry",
"dependencies": {
- "com.unity.2d.animation": "7.0.9",
- "com.unity.2d.common": "6.0.6",
+ "com.unity.2d.animation": "9.1.0",
+ "com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0"
},
"url": "https://packages.unity.com"
@@ -68,13 +63,12 @@
"dependencies": {}
},
"com.unity.2d.spriteshape": {
- "version": "7.0.7",
+ "version": "9.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
- "com.unity.2d.common": "6.0.6",
- "com.unity.2d.path": "5.0.2",
+ "com.unity.2d.common": "8.0.1",
"com.unity.modules.physics2d": "1.0.0"
},
"url": "https://packages.unity.com"
@@ -83,10 +77,13 @@
"version": "1.0.0",
"depth": 1,
"source": "builtin",
- "dependencies": {}
+ "dependencies": {
+ "com.unity.modules.tilemap": "1.0.0",
+ "com.unity.modules.uielements": "1.0.0"
+ }
},
"com.unity.2d.tilemap.extras": {
- "version": "2.2.6",
+ "version": "3.1.2",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -98,11 +95,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
- "version": "1.8.4",
+ "version": "1.8.13",
"depth": 1,
"source": "registry",
"dependencies": {
- "com.unity.mathematics": "1.2.1"
+ "com.unity.mathematics": "1.2.1",
+ "com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
@@ -113,6 +111,16 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
+ "com.unity.collections": {
+ "version": "1.2.4",
+ "depth": 2,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.burst": "1.6.6",
+ "com.unity.test-framework": "1.1.31"
+ },
+ "url": "https://packages.unity.com"
+ },
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
@@ -125,14 +133,14 @@
"depth": 0,
"source": "builtin",
"dependencies": {
- "com.unity.2d.animation": "7.0.11",
+ "com.unity.2d.animation": "9.1.0",
"com.unity.2d.pixel-perfect": "5.0.3",
- "com.unity.2d.psdimporter": "6.0.7",
+ "com.unity.2d.psdimporter": "8.0.4",
"com.unity.2d.sprite": "1.0.0",
- "com.unity.2d.spriteshape": "7.0.7",
+ "com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.tilemap": "1.0.0",
- "com.unity.2d.tilemap.extras": "2.2.6",
- "com.unity.2d.aseprite": "1.0.0"
+ "com.unity.2d.tilemap.extras": "3.1.2",
+ "com.unity.2d.aseprite": "1.1.2"
}
},
"com.unity.ide.rider": {
@@ -188,12 +196,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
- "version": "12.1.12",
+ "version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0",
+ "com.unity.modules.terrain": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
}
},
@@ -203,13 +212,22 @@
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
- "com.unity.burst": "1.8.4",
- "com.unity.render-pipelines.core": "12.1.12",
- "com.unity.shadergraph": "12.1.12"
+ "com.unity.burst": "1.8.9",
+ "com.unity.render-pipelines.core": "14.0.10",
+ "com.unity.shadergraph": "14.0.10",
+ "com.unity.render-pipelines.universal-config": "14.0.9"
+ }
+ },
+ "com.unity.render-pipelines.universal-config": {
+ "version": "14.0.9",
+ "depth": 1,
+ "source": "builtin",
+ "dependencies": {
+ "com.unity.render-pipelines.core": "14.0.9"
}
},
"com.unity.searcher": {
- "version": "4.9.1",
+ "version": "4.9.2",
"depth": 2,
"source": "registry",
"dependencies": {},
@@ -223,12 +241,12 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
- "version": "12.1.12",
+ "version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
- "com.unity.render-pipelines.core": "12.1.12",
- "com.unity.searcher": "4.9.1"
+ "com.unity.render-pipelines.core": "14.0.10",
+ "com.unity.searcher": "4.9.2"
}
},
"com.unity.test-framework": {
@@ -417,17 +435,6 @@
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
- "com.unity.modules.jsonserialize": "1.0.0",
- "com.unity.modules.uielementsnative": "1.0.0"
- }
- },
- "com.unity.modules.uielementsnative": {
- "version": "1.0.0",
- "depth": 1,
- "source": "builtin",
- "dependencies": {
- "com.unity.modules.ui": "1.0.0",
- "com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
}
},