Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Sep 2, 2024
2 parents 42c0c61 + 4f5f984 commit 6aa54fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/latest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

## Changelog

- ### Updates
- ### Added

- README updates
- fixed issue causing error with ARKitFace setup
- added package dependencies to manifest
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6aa54fc

Please sign in to comment.