From 6bbf29aba6e27b478c6f198377a17d236c208a96 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:56:29 +0000 Subject: [PATCH 1/2] chore: update to Unity 6000.0.72f1 --- 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 dc0735784..db70f134a 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -11,7 +11,7 @@ switch ($name) { return "2022.3.62f3" } "unity6000.0" { - return "6000.0.68f1" + return "6000.0.72f1" } "unity6000.3" { return "6000.3.10f1" From 0fe8ecc0b21bf90d20db271d3d4559b10197fac6 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Thu, 2 Apr 2026 12:58:47 +0200 Subject: [PATCH 2/2] Trigger CI