From 0c34d8491ce9616f77f4d6211503b599687bb2f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:33:37 +0100 Subject: [PATCH] chore: update to Unity 6000.0.34f1 (#1971) --- 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 8d31a4e0d..e5569f4c8 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -20,7 +20,7 @@ switch ($name) { return "2023.2.20f1" } "unity6000" { - return "6000.0.33f1" + return "6000.0.34f1" } Default { throw "Unkown variable '$name'"