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

@@ -5,12 +5,12 @@
"com.unity.collab-proxy": "1.3.9",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.5",
"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.progrids": "3.0.3-preview.6",
"com.unity.render-pipelines.universal": "10.2.2",
"com.unity.render-pipelines.universal": "10.3.1",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.3",
"com.unity.timeline": "1.4.6",
@@ -18,8 +18,8 @@
"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.openxr": "0.1.2-preview.2",
"com.unity.xr.windowsmr": "4.4.0",
"com.unity.xr.openxr": "1.0.2",
"com.unity.xr.windowsmr": "4.4.1",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",

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"
},