From 89bf4c9bc005a6b5b8ae537754cc79572904eb5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:50:35 +0200 Subject: [PATCH] chore: update to Unity 2020.3.38f1 (#942) Co-authored-by: vaind --- 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 77da76be1..4304fce17 100644 --- a/scripts/ci-env.ps1 +++ b/scripts/ci-env.ps1 @@ -8,7 +8,7 @@ switch ($name) { return "2019.4.39f1" } "unity2020" { - return "2020.3.37f1" + return "2020.3.38f1" } "unity2021" { return "2021.3.8f1"