From b5aeebf4835ba0d7335113dd3f320a4af5b6d148 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 8 May 2023 02:29:25 +0800 Subject: * quadtree --- marching/Packages/manifest.json | 1 + marching/Packages/packages-lock.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'marching/Packages') 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, -- cgit v1.1-26-g67d0