Skip to content

Commit

Permalink
Upgrade Unity dist to 2022.3.22f1
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Mar 29, 2024
1 parent 4289dd6 commit 02b8e52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
# TODO Read the value from ProjectVersion.txt
UNITY_VERSION: 2022.3.18f1
UNITY_VERSION: 2022.3.22f1

jobs:
buildWebGL:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
Library-build-
Library-
- uses: game-ci/unity-builder@v4.1.3
- uses: game-ci/unity-builder@v4.2.3
with:
unityVersion: ${{ env.UNITY_VERSION }}
targetPlatform: WebGL
Expand Down
6 changes: 3 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"com.unity.cinemachine": "3.0.1",
"com.unity.collab-proxy": "2.2.0",
"com.unity.collab-proxy": "2.3.1",
"com.unity.feature.2d": "2.0.0",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.7.0",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.textmeshpro": "3.0.8",
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
"com.unity.vectorgraphics": "2.0.0-preview.24",
Expand Down
22 changes: 11 additions & 11 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.unity.2d.animation": {
"version": "9.0.4",
"version": "9.1.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.2d.common": "8.0.1",
"com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0",
"com.unity.collections": "1.1.0",
"com.unity.modules.animation": "1.0.0",
Expand All @@ -14,7 +14,7 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.aseprite": {
"version": "1.1.0",
"version": "1.1.1",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -46,11 +46,11 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.psdimporter": {
"version": "8.0.3",
"version": "8.0.4",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.animation": "9.1.0",
"com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0"
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"version": "2.3.1",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -143,18 +143,18 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.animation": "9.1.0",
"com.unity.2d.pixel-perfect": "5.0.3",
"com.unity.2d.psdimporter": "8.0.3",
"com.unity.2d.psdimporter": "8.0.4",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.2d.tilemap.extras": "3.1.2",
"com.unity.2d.aseprite": "1.1.0"
"com.unity.2d.aseprite": "1.1.1"
}
},
"com.unity.ide.rider": {
"version": "3.0.27",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -217,7 +217,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"version": "3.0.8",
"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: 2022.3.18f1
m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)
m_EditorVersion: 2022.3.22f1
m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44)

0 comments on commit 02b8e52

Please sign in to comment.