Skip to content

Commit

Permalink
build: Unity 2022.3.16f1 (#1097)
Browse files Browse the repository at this point in the history
* build: Unity 2022.3.16f1

* doc: 2022.3.6f1 -> 2022.3.16f1

* ci: update base images
  • Loading branch information
homuler committed Jan 3, 2024
1 parent af78c5d commit 3d27714
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body:
id: unity_version
attributes:
label: Unity Version
placeholder: 2022.3.6f1
placeholder: 2022.3.16f1
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/build-install-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body:
id: unity_version
attributes:
label: Unity Version
placeholder: 2022.3.6f1
placeholder: 2022.3.16f1
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body:
id: unity_version
attributes:
label: Unity Version
placeholder: 2022.3.6f1
placeholder: 2022.3.16f1
validations:
required: true

Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,12 @@ jobs:
- ubuntu-22.04
- ubuntu-20.04
unityVersion:
- 2022.3.6f1
- 2021.3.29f1
- 2020.3.44f1
exclude:
- os: ubuntu-22.04
unityVersion: 2020.3.44f1
- 2022.3.16f1
- 2021.3.33f1
steps:
- name: Install UnityEditor
run: |
sudo docker cp $(docker create --rm unityci/editor:${{ matrix.unityVersion }}-base-1):/opt/unity /opt/unity
sudo docker cp $(docker create --rm unityci/editor:${{ matrix.unityVersion }}-base-3):/opt/unity /opt/unity
sudo chown -R $(id -u):$(id -g) /opt/unity
echo -e '#!/bin/bash\nxvfb-run -ae /dev/stdout /opt/unity/Editor/Unity -batchmode "$@"' | sudo tee -a /usr/bin/unity-editor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- macos-11
- macos-12
unity:
- { version: "2022.3.6f1", changeset: "b9e6e7e9fa2d" }
- { version: "2022.3.16f1", changeset: "d2c21f0ef2f1" }
- { version: "2021.3.29f1", changeset: "204d6dc9ae1c" }
- { version: "2020.3.44f1", changeset: "7f159b6136da" }
exclude:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Install UnityEditor
if: ${{ env.BUILD_UNITYPACKAGE == '1' }}
run: |
sudo docker cp $(docker create --rm unityci/editor:2022.3.6f1-base-1):/opt/unity /opt/unity
sudo docker cp $(docker create --rm unityci/editor:2022.3.16f1-base-1):/opt/unity /opt/unity
sudo chown -R $(id -u):$(id -g) /opt/unity
echo -e '#!/bin/bash\nxvfb-run -ae /dev/stdout /opt/unity/Editor/Unity -batchmode "$@"' | sudo tee -a /usr/bin/unity-editor
Expand All @@ -234,7 +234,7 @@ jobs:
npm install
cd ..
npm install -g ./unity-license-activate
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v2022.3.6f1.alf --authenticator-key "$UNITY_TOTP_KEY"
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v2022.3.16f1.alf --authenticator-key "$UNITY_TOTP_KEY"
rm -rf unity-license-activate
- name: Activate License
if: ${{ env.BUILD_UNITYPACKAGE == '1' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
os:
- windows-2019
unity:
- { version: "2022.3.6f1", changeset: "b9e6e7e9fa2d" }
- { version: "2022.3.16f1", changeset: "d2c21f0ef2f1" }
- { version: "2021.3.29f1", changeset: "204d6dc9ae1c" }
- { version: "2020.3.44f1", changeset: "7f159b6136da" }
steps:
Expand Down
16 changes: 8 additions & 8 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"dependencies": {
"com.unity.2d.animation": "9.0.3",
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.pixel-perfect": "5.0.3",
"com.unity.2d.psdimporter": "8.0.2",
"com.unity.2d.psdimporter": "8.0.3",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.4",
"com.unity.collab-proxy": "2.0.5",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.20",
"com.unity.ai.navigation": "1.1.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.mathematics": "1.2.6",
"com.unity.memoryprofiler": "1.0.0",
"com.unity.memoryprofiler": "1.1.0",
"com.unity.settings-manager": "2.0.1",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.4",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.5",
"com.unity.timeline": "1.7.6",
"com.unity.toolchain.linux-x86_64": "2.0.4",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.4",
"com.unity.ugui": "1.0.0",
Expand Down
24 changes: 12 additions & 12 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"com.unity.2d.animation": {
"version": "9.0.3",
"version": "9.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
"version": "8.0.1",
"version": "8.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -43,12 +43,12 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.psdimporter": {
"version": "8.0.2",
"version": "8.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.animation": "9.0.1",
"com.unity.2d.common": "8.0.1",
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -80,7 +80,7 @@
}
},
"com.unity.ai.navigation": {
"version": "1.1.4",
"version": "1.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -89,7 +89,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.7",
"version": "1.8.11",
"depth": 2,
"source": "registry",
"dependencies": {
Expand All @@ -98,7 +98,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.5",
"version": "2.2.0",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -129,7 +129,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.24",
"version": "3.0.27",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -138,7 +138,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.20",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -154,7 +154,7 @@
"url": "https://packages.unity.com"
},
"com.unity.memoryprofiler": {
"version": "1.0.0",
"version": "1.1.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -216,7 +216,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.7.5",
"version": "1.7.6",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
Loading

0 comments on commit 3d27714

Please sign in to comment.