From b68e260b5abb2f708b1b7a58f804b0aa5978ae2d Mon Sep 17 00:00:00 2001 From: Joni Savolainen Date: Sat, 17 Aug 2024 12:34:16 +0300 Subject: [PATCH] chore(project): upgrade to Unity 2021.3.42f1 --- .github/workflows/ci.yml | 8 ++++---- Packages/manifest.json | 4 ++-- Packages/packages-lock.json | 4 ++-- ProjectSettings/ProjectVersion.txt | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdbbe1c..c862250 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: {} env: - PROJECT_UNITY_VERSION: 2021.3.36f1 + PROJECT_UNITY_VERSION: 2021.3.42f1 UNITY_2020_VERSION: 2020.3.48f1 DISABLE_BUILD_PLATFORM: StandaloneWindows64 @@ -23,9 +23,9 @@ jobs: matrix: unityVersion: - 2020.3.48f1 - - 2021.3.36f1 - - 2022.3.22f1 - - 2023.2.13f1 + - 2021.3.42f1 + - 2022.3.42f1 + - 6000.0.15f1 targetPlatform: - StandaloneLinux64 - StandaloneWindows64 diff --git a/Packages/manifest.json b/Packages/manifest.json index 8386a19..914fcb5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,12 +1,12 @@ { "dependencies": { "com.unity.addressables": "1.18.19", - "com.unity.ide.rider": "3.0.27", + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", "com.unity.test-framework": "1.1.33", "com.unity.test-framework.performance": "3.0.0-pre.2", - "com.unity.testtools.codecoverage": "1.2.5", + "com.unity.testtools.codecoverage": "1.2.6", "com.unity.ugui": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 22cca04..1d1dffd 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -22,7 +22,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.27", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": { @@ -82,7 +82,7 @@ "url": "https://packages.unity.com" }, "com.unity.testtools.codecoverage": { - "version": "1.2.5", + "version": "1.2.6", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 26d0e2d..9ba13fd 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2021.3.36f1 -m_EditorVersionWithRevision: 2021.3.36f1 (7a0645017be0) +m_EditorVersion: 2021.3.42f1 +m_EditorVersionWithRevision: 2021.3.42f1 (f1197811e8ce)