From 5eed27c23199d3cfe635a35ff44d8eaf0952c4e0 Mon Sep 17 00:00:00 2001 From: Bas Date: Wed, 12 Jun 2024 20:44:06 +0200 Subject: [PATCH] Update to Unity 2022.3.33f1 --- .../Assets/Scenes/ParkScene.unity | 15 +++++----- src/openrct2-unity/Packages/manifest.json | 6 ++-- .../Packages/packages-lock.json | 30 ++++++++++++------- .../ProjectSettings/ProjectVersion.txt | 4 +-- 4 files changed, 32 insertions(+), 23 deletions(-) diff --git a/src/openrct2-unity/Assets/Scenes/ParkScene.unity b/src/openrct2-unity/Assets/Scenes/ParkScene.unity index 09c2600f3cc1..381ef664f50b 100644 --- a/src/openrct2-unity/Assets/Scenes/ParkScene.unity +++ b/src/openrct2-unity/Assets/Scenes/ParkScene.unity @@ -38,7 +38,6 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.18028378, g: 0.22571412, b: 0.30692285, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -418,12 +417,12 @@ MonoBehaviour: m_RequiresColorTexture: 0 m_Version: 2 m_TaaSettings: - quality: 3 - frameInfluence: 0.1 - jitterScale: 1 - mipBias: 0 - varianceClampScale: 0.9 - contrastAdaptiveSharpening: 0 + m_Quality: 3 + m_FrameInfluence: 0.1 + m_JitterScale: 1 + m_MipBias: 0 + m_VarianceClampScale: 0.9 + m_ContrastAdaptiveSharpening: 0 --- !u!114 &440946301 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1020,7 +1019,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: f58090d8844c91e45a2a0d888eb8d265, type: 3} m_Name: m_EditorClassIdentifier: - selectedPark: Fort Anachronism.sv6 + selectedPark: My test park/Test park with water towers.sv6 --- !u!1 &1675223600 GameObject: m_ObjectHideFlags: 0 diff --git a/src/openrct2-unity/Packages/manifest.json b/src/openrct2-unity/Packages/manifest.json index 0d996fb0615e..f8d8cd1118fb 100644 --- a/src/openrct2-unity/Packages/manifest.json +++ b/src/openrct2-unity/Packages/manifest.json @@ -1,11 +1,11 @@ { "dependencies": { "com.unity.ai.navigation": "1.1.5", - "com.unity.ide.visualstudio": "2.0.21", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", - "com.unity.render-pipelines.universal": "14.0.9", + "com.unity.render-pipelines.universal": "14.0.11", "com.unity.test-framework": "1.1.33", - "com.unity.textmeshpro": "3.0.6", + "com.unity.textmeshpro": "3.0.9", "com.unity.timeline": "1.7.6", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/src/openrct2-unity/Packages/packages-lock.json b/src/openrct2-unity/Packages/packages-lock.json index 25b59f39dd30..f754e5639012 100644 --- a/src/openrct2-unity/Packages/packages-lock.json +++ b/src/openrct2-unity/Packages/packages-lock.json @@ -10,11 +10,12 @@ "url": "https://packages.unity.com" }, "com.unity.burst": { - "version": "1.8.9", + "version": "1.8.15", "depth": 1, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1" + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, @@ -26,7 +27,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.21", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { @@ -49,7 +50,7 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "14.0.9", + "version": "14.0.11", "depth": 1, "source": "builtin", "dependencies": { @@ -60,14 +61,23 @@ } }, "com.unity.render-pipelines.universal": { - "version": "14.0.9", + "version": "14.0.11", "depth": 0, "source": "builtin", "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.8.9", - "com.unity.render-pipelines.core": "14.0.9", - "com.unity.shadergraph": "14.0.9" + "com.unity.render-pipelines.core": "14.0.11", + "com.unity.shadergraph": "14.0.11", + "com.unity.render-pipelines.universal-config": "14.0.9" + } + }, + "com.unity.render-pipelines.universal-config": { + "version": "14.0.10", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.render-pipelines.core": "14.0.10" } }, "com.unity.searcher": { @@ -78,11 +88,11 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "14.0.9", + "version": "14.0.11", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "14.0.9", + "com.unity.render-pipelines.core": "14.0.11", "com.unity.searcher": "4.9.2" } }, @@ -98,7 +108,7 @@ "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { - "version": "3.0.6", + "version": "3.0.9", "depth": 0, "source": "registry", "dependencies": { diff --git a/src/openrct2-unity/ProjectSettings/ProjectVersion.txt b/src/openrct2-unity/ProjectSettings/ProjectVersion.txt index e4eac1591464..31459c03d642 100644 --- a/src/openrct2-unity/ProjectSettings/ProjectVersion.txt +++ b/src/openrct2-unity/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.12f1 -m_EditorVersionWithRevision: 2022.3.12f1 (4fe6e059c7ef) +m_EditorVersion: 2022.3.33f1 +m_EditorVersionWithRevision: 2022.3.33f1 (b2c853adf198)