Skip to content

Commit 29e8a4d

Browse files
authored
chore(project): upgrade to Unity 2021.3.31f1 (#112)
* Upgrade IDE packages * Run CI on 2022.3.10f1 and 2023.1.16f1 * Upgrade game-ci GitHub actions to version 3
1 parent 7ac8800 commit 29e8a4d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch: {}
1111

1212
env:
13-
PROJECT_UNITY_VERSION: 2021.3.29f1
13+
PROJECT_UNITY_VERSION: 2021.3.31f1
1414
UNITY_2020_VERSION: 2020.3.48f1
1515
DISABLE_BUILD_PLATFORM: StandaloneWindows64
1616

@@ -23,9 +23,9 @@ jobs:
2323
matrix:
2424
unityVersion:
2525
- 2020.3.48f1
26-
- 2021.3.29f1
27-
- 2022.3.7f1
28-
- 2023.1.8f1
26+
- 2021.3.31f1
27+
- 2022.3.10f1
28+
- 2023.1.16f1
2929
targetPlatform:
3030
- StandaloneLinux64
3131
- StandaloneWindows64
@@ -61,7 +61,7 @@ jobs:
6161
npm install -g openupm-cli
6262
openupm add com.unity.roslyn
6363
64-
- uses: game-ci/unity-test-runner@v2
64+
- uses: game-ci/unity-test-runner@v3
6565
id: testRunner
6666
env:
6767
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
@@ -98,7 +98,7 @@ jobs:
9898
git add -A
9999
git commit -m "chore(ci): switch to different unity version" || echo skipping commit
100100
101-
- uses: game-ci/unity-builder@v2
101+
- uses: game-ci/unity-builder@v3
102102
if: ${{ matrix.targetPlatform != env.DISABLE_BUILD_PLATFORM }}
103103
env:
104104
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
33
"com.unity.addressables": "1.18.19",
4-
"com.unity.ide.rider": "3.0.25",
5-
"com.unity.ide.visualstudio": "2.0.21",
4+
"com.unity.ide.rider": "3.0.26",
5+
"com.unity.ide.visualstudio": "2.0.22",
66
"com.unity.ide.vscode": "1.2.5",
77
"com.unity.test-framework": "1.1.33",
88
"com.unity.test-framework.performance": "3.0.0-pre.2",

Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://packages.unity.com"
2323
},
2424
"com.unity.ide.rider": {
25-
"version": "3.0.25",
25+
"version": "3.0.26",
2626
"depth": 0,
2727
"source": "registry",
2828
"dependencies": {
@@ -31,7 +31,7 @@
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.ide.visualstudio": {
34-
"version": "2.0.21",
34+
"version": "2.0.22",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.29f1
2-
m_EditorVersionWithRevision: 2021.3.29f1 (204d6dc9ae1c)
1+
m_EditorVersion: 2021.3.31f1
2+
m_EditorVersionWithRevision: 2021.3.31f1 (3409e2af086f)

0 commit comments

Comments
 (0)