From 44b1237418708d129183599624148870254af60e Mon Sep 17 00:00:00 2001 From: Toomas Tamm Date: Fri, 5 Feb 2021 20:03:04 +0200 Subject: [PATCH] Update unity version to 2020.2.3f --- Packages/manifest.json | 6 +++--- Packages/packages-lock.json | 15 +++++++++------ ProjectSettings/ProjectSettings.asset | 1 + ProjectSettings/ProjectVersion.txt | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index c2bff343..8954a2d9 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -7,7 +7,7 @@ "com.unity.ide.rider": "2.0.7", "com.unity.ide.visualstudio": "2.0.5", "com.unity.ide.vscode": "1.2.3", - "com.unity.inputsystem": "1.1.0-preview.2", + "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", @@ -17,9 +17,9 @@ "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.6.1", + "com.unity.xr.oculus": "1.7.0", "com.unity.xr.openxr": "0.1.2-preview.2", - "com.unity.xr.windowsmr": "4.2.1", + "com.unity.xr.windowsmr": "4.4.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 07f7e321..ce1edeff 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -50,7 +50,7 @@ "url": "https://packages.unity.com" }, "com.unity.inputsystem": { - "version": "1.1.0-preview.2", + "version": "1.1.0-preview.3", "depth": 0, "source": "registry", "dependencies": {}, @@ -172,7 +172,7 @@ } }, "com.unity.xr.arsubsystems": { - "version": "4.0.8", + "version": "4.0.9", "depth": 1, "source": "registry", "dependencies": { @@ -224,7 +224,7 @@ "url": "https://packages.unity.com" }, "com.unity.xr.oculus": { - "version": "1.6.1", + "version": "1.7.0", "depth": 0, "source": "registry", "dependencies": { @@ -245,13 +245,16 @@ "url": "https://packages.unity.com" }, "com.unity.xr.windowsmr": { - "version": "4.2.1", + "version": "4.4.0", "depth": 0, "source": "registry", "dependencies": { - "com.unity.xr.management": "3.2.16", + "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.interactionsubsystems": "1.0.1", - "com.unity.xr.arsubsystems": "4.0.1" + "com.unity.xr.arsubsystems": "4.0.9" }, "url": "https://packages.unity.com" }, diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index acf99371..a4033678 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -599,6 +599,7 @@ PlayerSettings: 30: UNITY_POST_PROCESSING_STACK_V2 31: UNITY_POST_PROCESSING_STACK_V2 32: UNITY_POST_PROCESSING_STACK_V2 + 33: UNITY_POST_PROCESSING_STACK_V2 additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: {} diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 39ae3a3b..78a32491 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2020.2.2f1 -m_EditorVersionWithRevision: 2020.2.2f1 (068178b99f32) +m_EditorVersion: 2020.2.3f1 +m_EditorVersionWithRevision: 2020.2.3f1 (8ff31bc5bf5b)