Skip to content

Commit

Permalink
Upgrade to Unity 2021.3.29f1 (#3)
Browse files Browse the repository at this point in the history
- Run CI on 2021.3.0f1 as well
- Remove Linux toolchain package from project
  • Loading branch information
jonisavo committed Jul 29, 2023
1 parent 8ee3946 commit 28d045f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 32 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2021.3.26f1
- 2022.3.3f1
- 2023.1.2f1
- 2021.3.3f1
- 2021.3.29f1
- 2022.3.5f1
- 2023.1.6f1
targetPlatform:
- StandaloneLinux64
- StandaloneWindows64
Expand Down
1 change: 0 additions & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4",
"com.unity.textmeshpro": "3.0.6",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.5",
"com.unity.ugui": "1.0.0",
"io.savolainen.uicomponents": "1.0.0-beta.4",
"com.unity.modules.ai": "1.0.0",
Expand Down
26 changes: 0 additions & 26 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,6 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot": {
"version": "2.0.6",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot.linux-x86_64": {
"version": "2.0.5",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "2.0.6"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 0,
Expand Down Expand Up @@ -99,16 +83,6 @@
},
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "2.0.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "2.0.6",
"com.unity.sysroot.linux-x86_64": "2.0.5"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.26f1
m_EditorVersionWithRevision: 2021.3.26f1 (a16dc32e0ff2)
m_EditorVersion: 2021.3.29f1
m_EditorVersionWithRevision: 2021.3.29f1 (204d6dc9ae1c)

0 comments on commit 28d045f

Please sign in to comment.