diff options
author | chai <215380520@qq.com> | 2023-05-08 02:29:25 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-08 02:29:25 +0800 |
commit | b5aeebf4835ba0d7335113dd3f320a4af5b6d148 (patch) | |
tree | 8bd28d8c7f08de90718b1aab12bc64de9d4f40f1 /marching/Packages | |
parent | 373acc2d0761e178c5c35d36006c28d57c8a1739 (diff) |
* quadtree
Diffstat (limited to 'marching/Packages')
-rw-r--r-- | marching/Packages/manifest.json | 1 | ||||
-rw-r--r-- | marching/Packages/packages-lock.json | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/marching/Packages/manifest.json b/marching/Packages/manifest.json index d5625d4..3d05891 100644 --- a/marching/Packages/manifest.json +++ b/marching/Packages/manifest.json @@ -5,6 +5,7 @@ "com.unity.ide.rider": "3.0.15", "com.unity.ide.visualstudio": "2.0.16", "com.unity.ide.vscode": "1.2.5", + "com.unity.probuilder": "5.0.7", "com.unity.render-pipelines.universal": "12.1.7", "com.unity.test-framework": "1.1.31", "com.unity.textmeshpro": "3.0.6", diff --git a/marching/Packages/packages-lock.json b/marching/Packages/packages-lock.json index f5810df..59e56ad 100644 --- a/marching/Packages/packages-lock.json +++ b/marching/Packages/packages-lock.json @@ -163,6 +163,17 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.probuilder": { + "version": "5.0.7", + "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.7", "depth": 1, @@ -202,6 +213,13 @@ }, "url": "https://packages.unity.com" }, + "com.unity.settings-manager": { + "version": "1.0.3", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.shadergraph": { "version": "12.1.7", "depth": 1, |