From de275b73ee1e742518471f04ef2f756380997c01 Mon Sep 17 00:00:00 2001 From: Jason Durand Date: Wed, 1 Jun 2022 15:30:48 -0400 Subject: [PATCH] Updated Unity version to 2021.3.3f1 --- Packages/manifest.json | 6 +++--- Packages/packages-lock.json | 20 +++++++++---------- .../BurstAotSettings_StandaloneWindows.json | 5 +++-- ProjectSettings/CommonBurstAotSettings.json | 2 +- ProjectSettings/ProjectVersion.txt | 4 ++-- 5 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 7207356..3e521f5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,10 +1,10 @@ { "dependencies": { - "com.unity.ide.rider": "3.0.12", - "com.unity.ide.visualstudio": "2.0.14", + "com.unity.ide.rider": "3.0.14", + "com.unity.ide.visualstudio": "2.0.15", "com.unity.ide.vscode": "1.2.5", "com.unity.inputsystem": "1.3.0", - "com.unity.render-pipelines.universal": "12.1.5", + "com.unity.render-pipelines.universal": "12.1.6", "com.unity.test-framework": "1.1.31", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 6745891..febd4d2 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.burst": { - "version": "1.6.4", + "version": "1.6.5", "depth": 1, "source": "registry", "dependencies": { @@ -17,7 +17,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.12", + "version": "3.0.14", "depth": 0, "source": "registry", "dependencies": { @@ -26,7 +26,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.14", + "version": "2.0.15", "depth": 0, "source": "registry", "dependencies": { @@ -51,14 +51,14 @@ "url": "https://packages.unity.com" }, "com.unity.mathematics": { - "version": "1.2.5", + "version": "1.2.6", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "12.1.5", + "version": "12.1.6", "depth": 1, "source": "builtin", "dependencies": { @@ -68,14 +68,14 @@ } }, "com.unity.render-pipelines.universal": { - "version": "12.1.5", + "version": "12.1.6", "depth": 0, "source": "builtin", "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.5.0", - "com.unity.render-pipelines.core": "12.1.5", - "com.unity.shadergraph": "12.1.5" + "com.unity.render-pipelines.core": "12.1.6", + "com.unity.shadergraph": "12.1.6" } }, "com.unity.searcher": { @@ -86,11 +86,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "12.1.5", + "version": "12.1.6", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "12.1.5", + "com.unity.render-pipelines.core": "12.1.6", "com.unity.searcher": "4.9.1" } }, diff --git a/ProjectSettings/BurstAotSettings_StandaloneWindows.json b/ProjectSettings/BurstAotSettings_StandaloneWindows.json index 2144f6d..e02ae33 100644 --- a/ProjectSettings/BurstAotSettings_StandaloneWindows.json +++ b/ProjectSettings/BurstAotSettings_StandaloneWindows.json @@ -1,6 +1,6 @@ { "MonoBehaviour": { - "Version": 3, + "Version": 4, "EnableBurstCompilation": true, "EnableOptimisations": true, "EnableSafetyChecks": false, @@ -11,6 +11,7 @@ "CpuMinTargetX64": 0, "CpuMaxTargetX64": 0, "CpuTargetsX32": 6, - "CpuTargetsX64": 72 + "CpuTargetsX64": 72, + "OptimizeFor": 0 } } diff --git a/ProjectSettings/CommonBurstAotSettings.json b/ProjectSettings/CommonBurstAotSettings.json index 3dffdba..0293daf 100644 --- a/ProjectSettings/CommonBurstAotSettings.json +++ b/ProjectSettings/CommonBurstAotSettings.json @@ -1,6 +1,6 @@ { "MonoBehaviour": { - "Version": 3, + "Version": 4, "DisabledWarnings": "" } } diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 32cf9f8..fbb7c0b 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.2.15f1 -m_EditorVersionWithRevision: 2021.2.15f1 (3b8567f665bb) +m_EditorVersion: 2021.3.3f1 +m_EditorVersionWithRevision: 2021.3.3f1 (af2e63e8f9bd)