From 3bf5f8f91d4b18f3653a0e2770d12f6068eaab50 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Sat, 16 May 2026 02:57:47 +0000 Subject: [PATCH] chore: update to Unity 6000.3.15f1 --- 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 298092a58..280731314 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -14,7 +14,7 @@ switch ($name) { return "6000.0.74f1" } "unity6000.3" { - return "6000.3.14f1" + return "6000.3.15f1" } Default { throw "Unkown variable '$name'"