Skip to content

Commit 4dacbb5

Browse files
Upgrade project to Unity 6 LTS (6000.0.30f1)
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
1 parent c5eccd5 commit 4dacbb5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unity-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
107107
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
108108
with:
109-
unityVersion: 2022.3.7f1
109+
unityVersion: 6000.0.30f1
110110
targetPlatform: StandaloneLinux64
111111
customParameters: -batchmode -nographics -quit -executeMethod beyondnationstests.Tests.runTests
112112

@@ -148,7 +148,7 @@ jobs:
148148
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
149149
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
150150
with:
151-
unityVersion: 2022.3.7f1
151+
unityVersion: 6000.0.30f1
152152
targetPlatform: ${{ matrix.targetPlatform }}
153153

154154
- name: Upload Build

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"com.unity.ide.rider": "3.0.24",
66
"com.unity.ide.visualstudio": "2.0.18",
77
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.render-pipelines.universal": "14.0.8",
8+
"com.unity.render-pipelines.universal": "17.0.3",
99
"com.unity.test-framework": "1.1.33",
1010
"com.unity.textmeshpro": "3.0.6",
1111
"com.unity.timeline": "1.7.5",

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.7f1
2-
m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0)
1+
m_EditorVersion: 6000.0.30f1
2+
m_EditorVersionWithRevision: 6000.0.30f1 (4f6d4e0c15e9)

0 commit comments

Comments
 (0)