Skip to content

Commit 0a14656

Browse files
committed
Update Unity version to latest 2021
1 parent 7fbd65a commit 0a14656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gha/unity/unity_installer.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,18 @@
141141
},
142142
"2021": {
143143
WINDOWS: {
144-
"version": "2021.3.43f1",
145-
"changeset": "6f9470916942",
144+
"version": "2021.3.52f1",
145+
"changeset": "1413ca6de719",
146146
"modules": {ANDROID: ["android"], IOS: ["ios"], TVOS: ["appletv"], WINDOWS: [], MACOS: ["mac-mono"], LINUX: ["linux-mono"], PLAYMODE: []},
147147
},
148148
MACOS: {
149-
"version": "2021.3.43f1",
150-
"changeset": "6f9470916942",
149+
"version": "2021.3.52f1",
150+
"changeset": "1413ca6de719",
151151
"modules": {ANDROID: ["android"], IOS: ["ios", "appletv"], TVOS: ["appletv"], WINDOWS: ["windows-mono"], MACOS: ["ios"], LINUX: ["linux-mono"], PLAYMODE: []},
152152
},
153153
LINUX: {
154-
"version": "2021.3.43f1",
155-
"changeset": "6f9470916942",
154+
"version": "2021.3.52f1",
155+
"changeset": "1413ca6de719",
156156
"modules": {ANDROID: ["android"], IOS: ["ios"], TVOS: [], WINDOWS: ["windows-mono"], MACOS: ["mac-mono"], LINUX: [], PLAYMODE: []}
157157
}
158158
},

0 commit comments

Comments
 (0)