From 410a615d7bc26934c9a3cf445cc669a510a0e665 Mon Sep 17 00:00:00 2001 From: vaind <6349682+vaind@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:57:04 +0000 Subject: [PATCH] chore: update to Unity 6000.3.13f1 --- 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 d7d3954f1..f0a527837 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -14,7 +14,7 @@ switch ($name) { return "6000.0.72f1" } "unity6000.3" { - return "6000.3.12f1" + return "6000.3.13f1" } Default { throw "Unkown variable '$name'"