Skip to content

Commit 3bd4aad

Browse files
authored
chore: Update to Unity 6000.0.54f1 (#2255)
1 parent f4a5878 commit 3bd4aad

File tree

4 files changed

+21
-24
lines changed

4 files changed

+21
-24
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
type: string
88

99
env:
10-
LOWEST_SUPPORTED_UNITY_VERSION: 2020
10+
LOWEST_SUPPORTED_UNITY_VERSION: 2020.3
1111
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1212
DOTNET_NOLOGO: 1
1313
GITHUB_ACTOR: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch: # e.g. to manually trigger on foreign PRs
1212

1313
env:
14-
LOWEST_SUPPORTED_UNITY_VERSION: 2020
14+
LOWEST_SUPPORTED_UNITY_VERSION: 2020.3
1515
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1616
DOTNET_NOLOGO: 1
1717

@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
# Building the SDK with Unity 2022 and newer requires ns2.1 - skipping for now
57-
unity-version: ["2020", "2021"]
57+
unity-version: ["2020.3", "2021.3"]
5858
uses: ./.github/workflows/build.yml
5959
with:
6060
unity-version: ${{ matrix.unity-version }}
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
unity-version: ["2020", "2022", "6000", "6100"]
90+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
9191
uses: ./.github/workflows/smoke-test-create.yml
9292
with:
9393
unity-version: ${{ matrix.unity-version }}
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
unity-version: ["2020", "2022", "6000", "6100"]
104+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
105105
platform: ["WebGL", "Linux"]
106106
include:
107107
- platform: WebGL
@@ -205,7 +205,7 @@ jobs:
205205
strategy:
206206
fail-fast: false
207207
matrix:
208-
unity-version: ["2020", "2022", "6000", "6100"]
208+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
209209
uses: ./.github/workflows/smoke-test-build-android.yml
210210
with:
211211
unity-version: ${{ matrix.unity-version }}
@@ -224,7 +224,7 @@ jobs:
224224
matrix:
225225
api-level: [30, 31, 34] # last updated January 2025
226226
init-type: ["runtime", "buildtime"]
227-
unity-version: ["2020", "2022", "6000", "6100"]
227+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
228228

229229
smoke-test-build-ios:
230230
name: Build iOS ${{ matrix.unity-version }} Smoke Test
@@ -234,7 +234,7 @@ jobs:
234234
strategy:
235235
fail-fast: false
236236
matrix:
237-
unity-version: ["2020", "2022", "6000", "6100"]
237+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
238238
uses: ./.github/workflows/smoke-test-build-ios.yml
239239
with:
240240
unity-version: ${{ matrix.unity-version }}
@@ -247,7 +247,7 @@ jobs:
247247
strategy:
248248
fail-fast: false
249249
matrix:
250-
unity-version: ["2020", "2022", "6000", "6100"]
250+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
251251
init-type: ["runtime", "buildtime"]
252252
uses: ./.github/workflows/smoke-test-compile-ios.yml
253253
with:
@@ -266,7 +266,7 @@ jobs:
266266
strategy:
267267
fail-fast: false
268268
matrix:
269-
unity-version: ["2020", "2022", "6000", "6100"]
269+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
270270
# Check https://support.apple.com/en-us/HT201222 for the latest minor version for a given major one.
271271
# https://developer.apple.com/support/app-store/ shows that of all iOS devices
272272
# - `iOS 17`: 86 %
@@ -287,7 +287,7 @@ jobs:
287287
strategy:
288288
fail-fast: false
289289
matrix:
290-
unity-version: ["2020", "2022", "6000", "6100"]
290+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
291291
platform: ["WebGL", "Linux"]
292292
steps:
293293
- name: Checkout
@@ -325,7 +325,7 @@ jobs:
325325
strategy:
326326
fail-fast: false
327327
matrix:
328-
unity-version: ["2020", "2022", "6000", "6100"]
328+
unity-version: ["2020.3", "2022.3", "6000.0", "6000.1"]
329329
# os: ["windows", "macos"]
330330
os: ["windows"]
331331
include:

.github/workflows/update-deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
unity-prefix: ['2020', '2021', '2022', '6000']
47+
unity-prefix: ['2020.3', '2021.3', '2022.3', '6000.0', '6000.1']
4848
steps:
4949
- name: Find the latest Unity version
5050
id: version-select
@@ -61,15 +61,15 @@ jobs:
6161
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
6262

6363
- name: Update sample ProjectVersion.txt
64-
if: ${{ matrix.unity-prefix == '2020' }}
64+
if: ${{ matrix.unity-prefix == '2020.3' }}
6565
run: |
6666
"m_EditorVersion: ${{ steps.version-select.outputs.version }}`nm_EditorVersionWithRevision: ${{ steps.version-select.outputs.version }} (${{ steps.version-select.outputs.changeset }})" `
6767
| Out-File "samples\unity-of-bugs\ProjectSettings\ProjectVersion.txt"
6868
6969
- name: Update ci-env.ps1
7070
run: |
7171
$file = "scripts/ci-env.ps1"
72-
$regexVersion = '${{ matrix.unity-prefix }}' + "[0-9.a-z]+"
72+
$regexVersion = '${{ matrix.unity-prefix }}' + "\.[0-9]+[a-z][0-9]+"
7373
echo "Regex: $regexVersion"
7474
(Get-Content $file) -replace $regexVersion, '${{ steps.version-select.outputs.version }}' | Out-File $file
7575

scripts/ci-env.ps1

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@ param (
44
)
55

66
switch ($name) {
7-
"unity2020" {
7+
"unity2020.3" {
88
return "2020.3.48f1"
99
}
10-
"unity2021" {
10+
"unity2021.3" {
1111
return "2021.3.45f1"
1212
}
13-
"unity2022" {
13+
"unity2022.3" {
1414
return "2022.3.62f1"
1515
}
16-
"unity2023" {
17-
return "2023.2.20f1"
16+
"unity6000.0" {
17+
return "6000.0.54f1"
1818
}
19-
"unity6000" {
20-
return "6000.0.49f1"
21-
}
22-
"unity6100" {
19+
"unity6000.1" {
2320
return "6000.1.12f1"
2421
}
2522
Default {

0 commit comments

Comments
 (0)