Skip to content

Commit

Permalink
Merge branch 'hotfix/v6.1.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Apr 4, 2024
2 parents 3c20dd9 + 5ac6a56 commit 4b4e99e
Show file tree
Hide file tree
Showing 9 changed files with 837 additions and 613 deletions.
2 changes: 1 addition & 1 deletion .github/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

### Updated

- updated default render settings to fix an issue causing incorrect halfbody avatar renders [#238](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/238)
- updated xr animation avatars to use the improved skeleton
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/).

## [6.1.1] - 2024.02.26
## [6.1.2] - 2024.04.03

### Updated

- xr animation avatars updated to support with latest xr avatar updates

## [6.1.1] - 2024.04.03

### Updated

Expand Down
Binary file modified Runtime/Core/Resources/AnimationAvatars/Feminine_XR.fbx
Binary file not shown.
602 changes: 304 additions & 298 deletions Runtime/Core/Resources/AnimationAvatars/Feminine_XR.fbx.meta

Large diffs are not rendered by default.

Binary file modified Runtime/Core/Resources/AnimationAvatars/Masculine_XR.fbx
Binary file not shown.
622 changes: 317 additions & 305 deletions Runtime/Core/Resources/AnimationAvatars/Masculine_XR.fbx.meta

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Runtime/Core/Scripts/Data/ApplicationData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace ReadyPlayerMe.Core
{
public static class ApplicationData
{
public const string SDK_VERSION = "v6.1.1";
public const string SDK_VERSION = "v6.1.2";
private const string TAG = "ApplicationData";
private const string DEFAULT_RENDER_PIPELINE = "Built-In Render Pipeline";
private static readonly AppData Data;
Expand Down
Loading

0 comments on commit 4b4e99e

Please sign in to comment.