Skip to content

Commit 4d2e1f1

Browse files
committed
Adds new unity to build system
1 parent b97decd commit 4d2e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ def ci_build(
11711171
# CloudRendering only supported with 2020.3.25
11721172
# should change this in the future to automatically install
11731173
# cloudrendering engine if available
1174-
if _unity_version() == "2020.3.25f1":
1174+
if _unity_version() in ["2020.3.25f1", "6000.0.40f1"]:
11751175
build_archs.append("CloudRendering")
11761176

11771177
if cloudrendering_first:

0 commit comments

Comments
 (0)