From 322f1abb82a2500e074a16f8d7c741473fe3a698 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:22:59 +0000 Subject: [PATCH] chore: update to Unity 2022.3.55f1 --- scripts/ci-env.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-env.ps1 b/scripts/ci-env.ps1 index 7fa85fabe..a643803d6 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -14,7 +14,7 @@ switch ($name) { return "2021.3.45f1" } "unity2022" { - return "2022.3.42f1" + return "2022.3.55f1" } "unity2023" { return "2023.2.20f1"