diff options
author | chai <215380520@qq.com> | 2023-10-20 21:13:30 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-10-20 21:13:30 +0800 |
commit | 795a1ed126a8992b072c81a4d6dea307d07b7747 (patch) | |
tree | 2e2f01d17d67b365ba8d7ef27417ac662609e022 /ActiveRagdoll/Packages | |
parent | 0b7f9f32d31ac36bc74485ab2a5ad023af4b4950 (diff) |
+ models
Diffstat (limited to 'ActiveRagdoll/Packages')
-rw-r--r-- | ActiveRagdoll/Packages/manifest.json | 2 | ||||
-rw-r--r-- | ActiveRagdoll/Packages/packages-lock.json | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/ActiveRagdoll/Packages/manifest.json b/ActiveRagdoll/Packages/manifest.json index a237002..c649e9e 100644 --- a/ActiveRagdoll/Packages/manifest.json +++ b/ActiveRagdoll/Packages/manifest.json @@ -5,6 +5,8 @@ "com.unity.ide.rider": "3.0.24", "com.unity.ide.visualstudio": "2.0.18", "com.unity.ide.vscode": "1.2.5", + "com.unity.polybrush": "1.1.5", + "com.unity.probuilder": "5.1.1", "com.unity.render-pipelines.universal": "12.1.12", "com.unity.test-framework": "1.1.33", "com.unity.textmeshpro": "3.0.6", diff --git a/ActiveRagdoll/Packages/packages-lock.json b/ActiveRagdoll/Packages/packages-lock.json index e1e3dab..256b97e 100644 --- a/ActiveRagdoll/Packages/packages-lock.json +++ b/ActiveRagdoll/Packages/packages-lock.json @@ -167,6 +167,26 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.polybrush": { + "version": "1.1.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "2.0.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.probuilder": { + "version": "5.1.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "1.0.3", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "12.1.12", "depth": 1, @@ -195,6 +215,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.settings-manager": { + "version": "2.0.1", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.shadergraph": { "version": "12.1.12", "depth": 1, |