Update unity and packages

This commit is contained in:
Toomas Tamm
2021-03-05 13:12:58 +02:00
parent 989424e659
commit b283e16284
24 changed files with 2033 additions and 15 deletions

View File

@@ -8,16 +8,16 @@
"com.unity.ide.visualstudio": "2.0.7",
"com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.1.0-preview.3",
"com.unity.postprocessing": "3.0.1",
"com.unity.postprocessing": "3.0.3",
"com.unity.progrids": "3.0.3-preview.6",
"com.unity.render-pipelines.universal": "10.3.1",
"com.unity.render-pipelines.universal": "10.3.2",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.4",
"com.unity.timeline": "1.4.6",
"com.unity.ugui": "1.0.0",
"com.unity.xr.interaction.toolkit": "1.0.0-pre.1",
"com.unity.xr.management": "3.2.17",
"com.unity.xr.oculus": "1.7.0",
"com.unity.xr.oculus": "1.8.1",
"com.unity.xr.openxr": "1.0.2",
"com.unity.xr.windowsmr": "4.4.1",
"com.unity.modules.ai": "1.0.0",

View File

@@ -66,10 +66,12 @@
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.0.1",
"version": "3.0.3",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.modules.physics": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.progrids": {
@@ -82,7 +84,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.3.1",
"version": "10.3.2",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -91,13 +93,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.universal": {
"version": "10.3.1",
"version": "10.3.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.render-pipelines.core": "10.3.1",
"com.unity.shadergraph": "10.3.1"
"com.unity.render-pipelines.core": "10.3.2",
"com.unity.shadergraph": "10.3.2"
},
"url": "https://packages.unity.com"
},
@@ -116,11 +118,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.3.1",
"version": "10.3.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.render-pipelines.core": "10.3.1",
"com.unity.render-pipelines.core": "10.3.2",
"com.unity.searcher": "4.3.1"
},
"url": "https://packages.unity.com"
@@ -226,11 +228,11 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.oculus": {
"version": "1.7.0",
"version": "1.8.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "3.2.16",
"com.unity.xr.management": "4.0.1",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"