Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(project): upgrade to Unity 2021.3.42f1 #118

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch: {}

env:
PROJECT_UNITY_VERSION: 2021.3.36f1
PROJECT_UNITY_VERSION: 2021.3.42f1
UNITY_2020_VERSION: 2020.3.48f1
DISABLE_BUILD_PLATFORM: StandaloneWindows64

Expand All @@ -23,9 +23,9 @@ jobs:
matrix:
unityVersion:
- 2020.3.48f1
- 2021.3.36f1
- 2022.3.22f1
- 2023.2.13f1
- 2021.3.42f1
- 2022.3.42f1
- 6000.0.15f1
targetPlatform:
- StandaloneLinux64
- StandaloneWindows64
Expand Down
4 changes: 2 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"com.unity.addressables": "1.18.19",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
"com.unity.test-framework.performance": "3.0.0-pre.2",
"com.unity.testtools.codecoverage": "1.2.5",
"com.unity.testtools.codecoverage": "1.2.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.27",
"version": "3.0.31",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.5",
"version": "1.2.6",
"depth": 0,
"source": "registry",
"dependencies": {
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.36f1
m_EditorVersionWithRevision: 2021.3.36f1 (7a0645017be0)
m_EditorVersion: 2021.3.42f1
m_EditorVersionWithRevision: 2021.3.42f1 (f1197811e8ce)
Loading