Skip to content

Commit

Permalink
build: Update the Unity version (2022.3.34f1) (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jun 23, 2024
1 parent b795a98 commit 77f96d6
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 32 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.16f1
placeholder: 2022.3.34f1
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.16f1
placeholder: 2022.3.34f1
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.16f1
placeholder: 2022.3.34f1
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
os:
- ubuntu-22.04
unityVersion:
- 2022.3.16f1
- 2022.3.34f1
- 2021.3.33f1
steps:
- name: Install UnityEditor
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,8 @@ jobs:
- macos-11
- macos-12
unity:
- { version: "2022.3.16f1", changeset: "d2c21f0ef2f1" }
- { version: "2022.3.34f1", changeset: "4886f5360533" }
- { version: "2021.3.33f1", changeset: "ee5a2aa03ab2" }
- { version: "2020.3.44f1", changeset: "7f159b6136da" }
exclude:
- os: macos-12
unity: { version: "2020.3.44f1", changeset: "7f159b6136da" }
steps:
- name: Install UnityEditor
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install UnityEditor
if: ${{ env.BUILD_UNITYPACKAGE == '1' }}
run: |
sudo docker cp $(docker create --rm unityci/editor:2022.3.16f1-base-3):/opt/unity /opt/unity
sudo docker cp $(docker create --rm unityci/editor:2022.3.34f1-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 All @@ -223,7 +223,7 @@ jobs:
npm install
cd ..
npm install -g ./unity-license-activate
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v2022.3.16f1.alf --authenticator-key "$UNITY_TOTP_KEY"
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v2022.3.34f1.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 @@ -92,7 +92,7 @@ jobs:
os:
- windows-2019
unity:
- { version: "2022.3.16f1", changeset: "d2c21f0ef2f1" }
- { version: "2022.3.34f1", changeset: "4886f5360533" }
- { version: "2021.3.33f1", changeset: "ee5a2aa03ab2" }
- { version: "2020.3.44f1", changeset: "7f159b6136da" }
steps:
Expand Down
12 changes: 6 additions & 6 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"dependencies": {
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.animation": "9.1.1",
"com.unity.2d.pixel-perfect": "5.0.3",
"com.unity.2d.psdimporter": "8.0.3",
"com.unity.2d.psdimporter": "8.0.5",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "9.0.2",
"com.unity.2d.spriteshape": "9.0.3",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.27",
"com.unity.collab-proxy": "2.3.1",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.mathematics": "1.2.6",
"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.testtools.codecoverage": "1.2.5",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.6",
"com.unity.toolchain.linux-x86_64": "2.0.4",
Expand Down
23 changes: 12 additions & 11 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
},
"com.unity.2d.animation": {
"version": "9.0.4",
"version": "9.1.1",
"depth": 0,
"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 Down Expand Up @@ -43,11 +43,11 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.psdimporter": {
"version": "8.0.3",
"version": "8.0.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.2d.animation": "9.0.4",
"com.unity.2d.animation": "9.1.1",
"com.unity.2d.common": "8.0.2",
"com.unity.2d.sprite": "1.0.0"
},
Expand All @@ -60,12 +60,12 @@
"dependencies": {}
},
"com.unity.2d.spriteshape": {
"version": "9.0.2",
"version": "9.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.2d.common": "8.0.1",
"com.unity.2d.common": "8.0.2",
"com.unity.modules.physics2d": "1.0.0"
},
"url": "https://packages.unity.com"
Expand All @@ -89,16 +89,17 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.11",
"version": "1.8.15",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"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 @@ -129,7 +130,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.27",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -197,7 +198,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.4",
"version": "1.2.5",
"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.16f1
m_EditorVersionWithRevision: 2022.3.16f1 (d2c21f0ef2f1)
m_EditorVersion: 2022.3.34f1
m_EditorVersionWithRevision: 2022.3.34f1 (4886f5360533)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MediaPipe Unity Plugin

This is a Unity (2022.3.16f1) [Native Plugin](https://docs.unity3d.com/Manual/NativePlugins.html) to use [MediaPipe](https://github.com/google/mediapipe) (0.10.14).
This is a Unity (2022.3.34f1) [Native Plugin](https://docs.unity3d.com/Manual/NativePlugins.html) to use [MediaPipe](https://github.com/google/mediapipe) (0.10.14).

The goal of this project is to port the MediaPipe API (C++) _one by one_ to C# so that it can be called from Unity.\
This approach may sacrifice performance when you need to call multiple APIs in a loop, but it gives you the flexibility to use MediaPipe instead.
Expand Down

0 comments on commit 77f96d6

Please sign in to comment.