Update to unity 2020.2.4f and update packages

This commit is contained in:
Toomas Tamm
2021-02-13 16:41:48 +02:00
parent 3190b0c70e
commit e7c45de2db
4 changed files with 44 additions and 20 deletions

View File

@@ -36,10 +36,12 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.5",
"version": "2.0.7",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
@@ -80,7 +82,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.2.2",
"version": "10.3.1",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -89,13 +91,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.universal": {
"version": "10.2.2",
"version": "10.3.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.render-pipelines.core": "10.2.2",
"com.unity.shadergraph": "10.2.2"
"com.unity.render-pipelines.core": "10.3.1",
"com.unity.shadergraph": "10.3.1"
},
"url": "https://packages.unity.com"
},
@@ -114,11 +116,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.2.2",
"version": "10.3.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.render-pipelines.core": "10.2.2",
"com.unity.render-pipelines.core": "10.3.1",
"com.unity.searcher": "4.3.1"
},
"url": "https://packages.unity.com"
@@ -211,7 +213,7 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.management": {
"version": "4.0.0-pre.2",
"version": "4.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -234,25 +236,25 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.openxr": {
"version": "0.1.2-preview.2",
"version": "1.0.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "4.0.0-pre.2",
"com.unity.xr.management": "4.0.1",
"com.unity.xr.legacyinputhelpers": "2.1.2",
"com.unity.inputsystem": "1.1.0-preview.1"
"com.unity.inputsystem": "1.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.windowsmr": {
"version": "4.4.0",
"version": "4.4.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.xr.management": "3.2.17",
"com.unity.xr.management": "4.0.1",
"com.unity.xr.interactionsubsystems": "1.0.1",
"com.unity.xr.arsubsystems": "4.0.9"
},