File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 10
10
workflow_dispatch : {}
11
11
12
12
env :
13
- PROJECT_UNITY_VERSION : 2021.3.29f1
13
+ PROJECT_UNITY_VERSION : 2021.3.31f1
14
14
UNITY_2020_VERSION : 2020.3.48f1
15
15
DISABLE_BUILD_PLATFORM : StandaloneWindows64
16
16
23
23
matrix :
24
24
unityVersion :
25
25
- 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
29
29
targetPlatform :
30
30
- StandaloneLinux64
31
31
- StandaloneWindows64
61
61
npm install -g openupm-cli
62
62
openupm add com.unity.roslyn
63
63
64
- - uses : game-ci/unity-test-runner@v2
64
+ - uses : game-ci/unity-test-runner@v3
65
65
id : testRunner
66
66
env :
67
67
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
98
98
git add -A
99
99
git commit -m "chore(ci): switch to different unity version" || echo skipping commit
100
100
101
- - uses : game-ci/unity-builder@v2
101
+ - uses : game-ci/unity-builder@v3
102
102
if : ${{ matrix.targetPlatform != env.DISABLE_BUILD_PLATFORM }}
103
103
env :
104
104
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
3
"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 " ,
6
6
"com.unity.ide.vscode" : " 1.2.5" ,
7
7
"com.unity.test-framework" : " 1.1.33" ,
8
8
"com.unity.test-framework.performance" : " 3.0.0-pre.2" ,
Original file line number Diff line number Diff line change 22
22
"url" : " https://packages.unity.com"
23
23
},
24
24
"com.unity.ide.rider" : {
25
- "version" : " 3.0.25 " ,
25
+ "version" : " 3.0.26 " ,
26
26
"depth" : 0 ,
27
27
"source" : " registry" ,
28
28
"dependencies" : {
31
31
"url" : " https://packages.unity.com"
32
32
},
33
33
"com.unity.ide.visualstudio" : {
34
- "version" : " 2.0.21 " ,
34
+ "version" : " 2.0.22 " ,
35
35
"depth" : 0 ,
36
36
"source" : " registry" ,
37
37
"dependencies" : {
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments