diff options
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, |