Skip to content

Commit facb996

Browse files
committed
Update the Unity Hub mac installer to arm64
1 parent e5756e5 commit facb996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gha/unity/unity_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
# Used for downloading Unity Hub
9191
"unity_hub_url": {
9292
WINDOWS: "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.exe",
93-
MACOS: "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.dmg",
93+
MACOS: "https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup-arm64.dmg",
9494
LINUX: "",
9595
},
9696
# Unity Hub will be installed at this location

0 commit comments

Comments
 (0)