diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-05-26 21:43:55 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-05-26 21:43:55 -0400 |
| commit | 4d0cfd3641c3a5cb7c4bccfbad0476e366324524 (patch) | |
| tree | db712419558d80a5cc5d0e4dfb386ee7f51fa4a5 /Packages | |
| parent | 914e6702935f5b76cbb078117de575dc26e5ef1f (diff) | |
| download | prototype-a-4d0cfd3641c3a5cb7c4bccfbad0476e366324524.tar.gz prototype-a-4d0cfd3641c3a5cb7c4bccfbad0476e366324524.tar.bz2 prototype-a-4d0cfd3641c3a5cb7c4bccfbad0476e366324524.zip | |
Demo house, Discord RPC, Graphy, new models
Diffstat (limited to 'Packages')
| -rw-r--r-- | Packages/manifest.json | 3 | ||||
| -rw-r--r-- | Packages/packages-lock.json | 32 |
2 files changed, 35 insertions, 0 deletions
diff --git a/Packages/manifest.json b/Packages/manifest.json index 687ff37..974db2c 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,9 +1,12 @@ { "dependencies": { + "com.unity.cinemachine": "2.6.4", "com.unity.collab-proxy": "1.3.9", "com.unity.ide.rider": "2.0.7", "com.unity.ide.visualstudio": "2.0.7", "com.unity.ide.vscode": "1.2.3", + "com.unity.probuilder": "4.5.0", + "com.unity.progrids": "3.0.3-preview.6", "com.unity.render-pipelines.universal": "10.3.2", "com.unity.test-framework": "1.1.22", "com.unity.textmeshpro": "3.0.1", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 48cc836..5af1cca 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.unity.cinemachine": { + "version": "2.6.4", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "1.3.9", "depth": 0, @@ -46,6 +53,24 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.probuilder": { + "version": "4.5.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "1.0.3" + }, + "url": "https://packages.unity.com" + }, + "com.unity.progrids": { + "version": "3.0.3-preview.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "1.0.2" + }, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "10.3.2", "depth": 1, @@ -73,6 +98,13 @@ "dependencies": {}, "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": "10.3.2", "depth": 1, |
