From 3f726ed2ae8d8941755ebc0e2e1969a1b19c0ed4 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Sat, 4 Oct 2025 02:21:06 +0000 Subject: [PATCH] chore: update to Unity 6000.1.17f1 --- 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 821793b49..1f63f3825 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -14,7 +14,7 @@ switch ($name) { return "6000.0.58f1" } "unity6000.1" { - return "6000.1.16f1" + return "6000.1.17f1" } Default { throw "Unkown variable '$name'"