From e4c1bd806c3f8d7b3d89c9e33f75ec375283e7dd Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Sat, 29 Nov 2025 02:28:14 +0000 Subject: [PATCH] chore: update to Unity 6000.0.63f1 --- 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 f80b7e23d..ed39985cd 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.62f1" + return "6000.0.63f1" } "unity6000.1" { return "6000.1.17f1"