From 6c94dcecb968e879d826e6c0d227b6fe5d67106e Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Wed, 21 Aug 2024 08:20:07 +0300 Subject: [PATCH 1/2] feat: add dependencies --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 12b5b25..90b4e62 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "changelogUrl": "https://github.com/readyplayerme/rpm-unity-meta-movement-support/blob/main/CHANGELOG.md", "licensesUrl": "https://github.com/readyplayerme/rpm-unity-meta-movement-support/blob/main/LICENSE.md", "dependencies": { + "com.meta.xr.sdk.core": "63.0.0", + "com.meta.xr.sdk.interaction": "63.0.0", + "com.meta.xr.sdk.interaction.ovr": "63.0.0", + "com.unity.textmeshpro": "3.0.6", + "com.unity.animation.rigging": "1.2.1", + "com.unity.burst": "1.4.1" }, "keywords": [ "meta", From 4f5f9849212c071b1bfafcd773fc6d47c210936d Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Wed, 21 Aug 2024 08:23:15 +0300 Subject: [PATCH 2/2] chore: changelog and version --- .github/latest.md | 5 ++--- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index c917cde..b42b15b 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -1,7 +1,6 @@ ## Changelog -- ### Updates +- ### Added -- README updates -- fixed issue causing error with ARKitFace setup \ No newline at end of file +- added package dependencies to manifest \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a9064..1624a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.1.0] - 2024.08.15 +## [0.1.2] - 2024.09.02 + +- ### Added + +- added package dependencies to manifest + +## [0.1.1] - 2024.08.15 - ### Updates diff --git a/README.md b/README.md index d7e45f0..7ef1d37 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Please visit the online documentation and join our public `forums` community. ## Requirements - Unity Version 2021.3 or higher - [Ready Player Me Core](https://github.com/readyplayerme/rpm-unity-sdk-core.git) - v7.1.0+ -- [glTFast](https://github.com/atteneder/glTFast.git) - v5.0.0+ (included as a dependency in Ready Player Me Core) -- [Meta Movement](https://github.com/oculus-samples/Unity-Movement.git) v5.1.0+ +- [glTFast](https://github.com/atteneder/glTFast.git) - v6.0.0+ (included as a dependency in Ready Player Me Core) +- [Meta Movement](https://github.com/oculus-samples/Unity-Movement.git) v5.2.0+ - Before testing in VR you should Fix any issues diagnosed by the Meta Project Setup Tool by clicking on `Edit` -> ` > Project Settings` -> `Meta XR` ## Package Installation diff --git a/package.json b/package.json index 90b4e62..a6072c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.metamovement", - "version": "0.1.1", + "version": "0.1.2", "displayName": "Ready Player Me Meta Movement Support", "description": "This package provides support for Ready Player Me avatars that use Meta Movement SDK.", "unity": "2021.3",