Skip to content

Commit d4c229c

Browse files
authored
Merge pull request #9 from jonisavo/chore/unity-2022.3.62f1
chore(project): upgrade to Unity 2022.3.62f1
2 parents bc4748a + 0c00d0e commit d4c229c

4 files changed

Lines changed: 16 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
unityVersion:
1919
- 2021.3.3f1
2020
- 2021.3.45f1
21-
- 2022.3.53f1
22-
- 6000.0.29f1
21+
- 2022.3.62f1
22+
- 6000.0.57f1
23+
- 6000.2.4f1
2324
targetPlatform:
2425
- StandaloneLinux64
2526
- StandaloneWindows64
@@ -29,7 +30,7 @@ jobs:
2930
with:
3031
fetch-depth: 0
3132

32-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3334
with:
3435
path: Library
3536
key: Library-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@@ -50,11 +51,12 @@ jobs:
5051
githubToken: ${{ secrets.GITHUB_TOKEN }}
5152
customParameters: -debugCodeOptimization -enableCodeCoverage -coverageResultsPath ./CodeCoverage -coverageOptions "useProjectSettings;generateAdditionalMetrics"
5253

53-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5455
if: always()
5556
with:
56-
name: Test results (all modes)
57+
name: Test results for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }}
5758
path: ${{ steps.testRunner.outputs.artifactsPath }}
59+
overwrite: true
5860

5961
- name: Upload code coverage to Codecov
6062
uses: codecov/codecov-action@v3

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
4-
"com.unity.ide.rider": "3.0.34",
5-
"com.unity.ide.visualstudio": "2.0.22",
4+
"com.unity.ide.rider": "3.0.37",
5+
"com.unity.ide.visualstudio": "2.0.23",
66
"com.unity.ide.vscode": "1.2.5",
77
"com.unity.test-framework": "1.1.33",
8-
"com.unity.testtools.codecoverage": "1.2.6",
8+
"com.unity.testtools.codecoverage": "1.2.7",
99
"com.unity.ugui": "1.0.0",
1010
"io.savolainen.uicomponents": "1.0.0-beta.9",
1111
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.ide.rider": {
18-
"version": "3.0.34",
18+
"version": "3.0.37",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
@@ -24,7 +24,7 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.visualstudio": {
27-
"version": "2.0.22",
27+
"version": "2.0.23",
2828
"depth": 0,
2929
"source": "registry",
3030
"dependencies": {
@@ -40,7 +40,7 @@
4040
"url": "https://packages.unity.com"
4141
},
4242
"com.unity.settings-manager": {
43-
"version": "2.0.1",
43+
"version": "2.1.0",
4444
"depth": 1,
4545
"source": "registry",
4646
"dependencies": {},
@@ -58,7 +58,7 @@
5858
"url": "https://packages.unity.com"
5959
},
6060
"com.unity.testtools.codecoverage": {
61-
"version": "1.2.6",
61+
"version": "1.2.7",
6262
"depth": 0,
6363
"source": "registry",
6464
"dependencies": {
@@ -76,12 +76,6 @@
7676
"com.unity.modules.imgui": "1.0.0"
7777
}
7878
},
79-
"io.savolainen.test": {
80-
"version": "file:io.savolainen.test",
81-
"depth": 0,
82-
"source": "embedded",
83-
"dependencies": {}
84-
},
8579
"io.savolainen.uicomponents": {
8680
"version": "1.0.0-beta.9",
8781
"depth": 0,

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.53f1
2-
m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)
1+
m_EditorVersion: 2022.3.62f1
2+
m_EditorVersionWithRevision: 2022.3.62f1 (4af31df58517)

0 commit comments

Comments
 (0)