From 14e24b61a162722de0877e2e9cab8f1c234a7df4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:41:07 +0100 Subject: [PATCH] chore: update to Unity 6000.0.32f1 (#1942) --- 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 7fa85fabe..6dea82679 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.31f1" + return "6000.0.32f1" } Default { throw "Unkown variable '$name'"