From ac9d2647c8e569832ffed3bbb4359086f946d7bf Mon Sep 17 00:00:00 2001 From: Fangh Date: Sat, 14 Dec 2024 23:09:13 +0100 Subject: [PATCH] chore: update to Unity 2022.3.54 --- Packages/manifest.json | 12 +++++----- Packages/packages-lock.json | 32 +++++++++++++------------- ProjectSettings/GvhProjectSettings.xml | 4 ---- ProjectSettings/ProjectSettings.asset | 4 ++-- ProjectSettings/ProjectVersion.txt | 4 ++-- 5 files changed, 26 insertions(+), 30 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 0525e50..f745de2 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,18 +1,18 @@ { "dependencies": { "com.unity.2d.sprite": "1.0.0", - "com.unity.collab-proxy": "2.2.0", + "com.unity.collab-proxy": "2.5.2", "com.unity.feature.development": "1.0.1", - "com.unity.localization": "1.4.5", - "com.unity.memoryprofiler": "1.1.0", + "com.unity.localization": "1.5.2", + "com.unity.memoryprofiler": "1.1.1", "com.unity.nuget.newtonsoft-json": "3.2.1", - "com.unity.recorder": "4.0.2", - "com.unity.textmeshpro": "3.0.6", + "com.unity.recorder": "4.0.3", + "com.unity.textmeshpro": "3.0.7", "com.unity.timeline": "1.7.6", "com.unity.toolchain.linux-x86_64": "2.0.6", "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.6", "com.unity.ugui": "1.0.0", - "com.unity.visualscripting": "1.9.1", + "com.unity.visualscripting": "1.9.4", "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 48d0ad4..fabc2ca 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -7,21 +7,21 @@ "dependencies": {} }, "com.unity.addressables": { - "version": "1.21.19", + "version": "1.22.3", "depth": 1, "source": "registry", "dependencies": { - "com.unity.scriptablebuildpipeline": "1.21.21", "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.scriptablebuildpipeline": "1.21.25", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "2.2.0", + "version": "2.5.2", "depth": 0, "source": "registry", "dependencies": {}, @@ -47,16 +47,16 @@ "source": "builtin", "dependencies": { "com.unity.ide.visualstudio": "2.0.22", - "com.unity.ide.rider": "3.0.27", + "com.unity.ide.rider": "3.0.34", "com.unity.ide.vscode": "1.2.5", "com.unity.editorcoroutines": "1.0.0", "com.unity.performance.profile-analyzer": "1.2.2", "com.unity.test-framework": "1.1.33", - "com.unity.testtools.codecoverage": "1.2.5" + "com.unity.testtools.codecoverage": "1.2.6" } }, "com.unity.ide.rider": { - "version": "3.0.27", + "version": "3.0.34", "depth": 1, "source": "registry", "dependencies": { @@ -81,17 +81,17 @@ "url": "https://packages.unity.com" }, "com.unity.localization": { - "version": "1.4.5", + "version": "1.5.2", "depth": 0, "source": "registry", "dependencies": { - "com.unity.addressables": "1.21.8", + "com.unity.addressables": "1.21.9", "com.unity.nuget.newtonsoft-json": "3.0.2" }, "url": "https://packages.unity.com" }, "com.unity.memoryprofiler": { - "version": "1.1.0", + "version": "1.1.1", "depth": 0, "source": "registry", "dependencies": { @@ -114,7 +114,7 @@ "url": "https://packages.unity.com" }, "com.unity.recorder": { - "version": "4.0.2", + "version": "4.0.3", "depth": 0, "source": "registry", "dependencies": { @@ -123,7 +123,7 @@ "url": "https://packages.unity.com" }, "com.unity.scriptablebuildpipeline": { - "version": "1.21.21", + "version": "1.21.25", "depth": 2, "source": "registry", "dependencies": {}, @@ -164,7 +164,7 @@ "url": "https://packages.unity.com" }, "com.unity.testtools.codecoverage": { - "version": "1.2.5", + "version": "1.2.6", "depth": 1, "source": "registry", "dependencies": { @@ -174,7 +174,7 @@ "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { - "version": "3.0.6", + "version": "3.0.7", "depth": 0, "source": "registry", "dependencies": { @@ -187,9 +187,9 @@ "depth": 0, "source": "registry", "dependencies": { + "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", - "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" @@ -224,7 +224,7 @@ } }, "com.unity.visualscripting": { - "version": "1.9.1", + "version": "1.9.4", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/GvhProjectSettings.xml b/ProjectSettings/GvhProjectSettings.xml index 7a3ea38..47fce63 100644 --- a/ProjectSettings/GvhProjectSettings.xml +++ b/ProjectSettings/GvhProjectSettings.xml @@ -1,10 +1,6 @@ - - - - \ No newline at end of file diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 4251289..5497d73 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -238,10 +238,10 @@ PlayerSettings: iOSRenderExtraFrameOnPause: 0 iosCopyPluginsCodeInsteadOfSymlink: 0 appleDeveloperTeamID: - iOSManualSigningProvisioningProfileID: cfe30de0-d378-4e03-9143-013cbbc3331b + iOSManualSigningProvisioningProfileID: tvOSManualSigningProvisioningProfileID: VisionOSManualSigningProvisioningProfileID: - iOSManualSigningProvisioningProfileType: 2 + iOSManualSigningProvisioningProfileType: 1 tvOSManualSigningProvisioningProfileType: 0 VisionOSManualSigningProvisioningProfileType: 0 appleEnableAutomaticSigning: 2 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 21588a1..2b775c5 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.18f1 -m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d) +m_EditorVersion: 2022.3.54f1 +m_EditorVersionWithRevision: 2022.3.54f1 (129125d4e700)