From 7a07b4ea00beaa1b0360ac9a7f580c5722a17308 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Sat, 12 Jul 2025 02:34:57 +0000 Subject: [PATCH] chore: update to Unity 6000.0.53f1 --- 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 448f9c53b..dc8808dd3 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -17,7 +17,7 @@ switch ($name) { return "2023.2.20f1" } "unity6000" { - return "6000.0.49f1" + return "6000.0.53f1" } Default { throw "Unkown variable '$name'"