Skip to content

Commit

Permalink
Merge pull request #119 from jonisavo/chore/2021.3.42f1
Browse files Browse the repository at this point in the history
chore(project): upgrade to Unity 2021.3.42f1
  • Loading branch information
jonisavo authored Oct 19, 2024
2 parents 01fa77c + 85d3495 commit 28e2bb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.42f1
PROJECT_UNITY_VERSION: 2021.3.45f1
UNITY_2020_VERSION: 2020.3.48f1
DISABLE_BUILD_PLATFORM: StandaloneWindows64

Expand All @@ -23,9 +23,9 @@ jobs:
matrix:
unityVersion:
- 2020.3.48f1
- 2021.3.42f1
- 2022.3.42f1
- 6000.0.15f1
- 2021.3.45f1
- 2022.3.50f1
- 6000.0.23f1
targetPlatform:
- StandaloneLinux64
- StandaloneWindows64
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.19.2",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.scriptablebuildpipeline": "1.19.2",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
},
"url": "https://packages.unity.com"
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.42f1
m_EditorVersionWithRevision: 2021.3.42f1 (f1197811e8ce)
m_EditorVersion: 2021.3.45f1
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79)

0 comments on commit 28e2bb5

Please sign in to comment.