Skip to content

Releases: readyplayerme/rpm-unity-sdk-core

v6.2.3

29 Apr 14:42
Compare
Choose a tag to compare

Changelog

Fixed

  • reverted update to GetMeshRenderer method #264

v6.2.2

29 Apr 07:35
Compare
Choose a tag to compare

Changelog

Updated

  • Updated XR template avatar to have separated head mesh #261
  • Improved GetMeshRenderer() method to exclude invalid mesh renderers #261

Fixed

  • Fixed issue with XR animation avatars

v6.2.1

23 Apr 11:04
Compare
Choose a tag to compare

Changelog

Fixed

  • An issue with gender and avatarID not to being set in AvatarManager #260

v6.2.0

23 Apr 05:51
Compare
Choose a tag to compare

Changelog

Added

  • XR template avatar added to the Resources folder #258
  • Avatar Creator now supports body shapes #252
  • support for unknown exceptions #251
  • Simple PanelManager script
  • Optional define symbol to remove camera permissions from the Android manifest #259

Updated

  • removed use of tuples and deprecated old methods #257

v6.1.2

04 Apr 12:10
Compare
Choose a tag to compare

Changelog

Updated

  • updated xr animation avatars to use the improved skeleton

v6.1.1

03 Apr 06:31
3c20dd9
Compare
Choose a tag to compare

Updated

  • Fix the issue with pictures of avatar not being editable. #254

v6.1.0

04 Mar 13:28
d56ed81
Compare
Choose a tag to compare

Updated

  • AvatarMeshHelper now supports multiple mesh and material transfer. #241

Added

  • GetHeadMeshes method to AvatarMeshHelper to get head related meshes from an avatar. #242
  • Template avatar with all possible meshes is added to the Resources folder.

v6.0.1

26 Feb 06:21
Compare
Choose a tag to compare

Changelog

Fixed

  • updated default render settings to fix an issue causing incorrect halfbody avatar renders #238

v6.0.0

19 Feb 13:10
Compare
Choose a tag to compare

Changelog

Updated

  • BREAKING: Renamed Avatar Create Samples #210 This change
    may require updates to existing references in your projects.
  • Small fix for button icon resizing #215
  • LoginWithCode can now merge avatars into RPM account #219
  • Recover hair when headwear is removed #224
  • Added extra check to prevent settings override #226

Added

  • Logout Element for Avatar Creator #216
  • New iFrame Events to WebFrameHandler #212
  • Added support for XR Avatar skeleton #217
  • Added Avatar List element #218
  • Account creation and login elements in Avatar Creator sample #230

Removed

  • Quickstart Parameter from UrlConfig #221
  • Selfie to Avatar Element* #220
  • Removed WebView auto installation #208

v5.0.0

17 Jan 06:23
Compare
Choose a tag to compare

Changelog

Updated

  • refactor and extracted shared logic from network packages @HarrisonHough in #148
  • replaced api urls in samples with models urls by @rk132 in #152
  • added com.unity.cloud.gltfast as a dependency and removed auto install of gltfast from git url by @HarrisonHough in #155
  • updated to GLTFast 6.0.1 by @HarrisonHough in by @HarrisonHough in #157
  • replaced use of ienumerator coroutines with async/await by @rYuuk in #172
  • request class names updated to be more uniform by @MaxAndreassenRPM in #173
  • endpoint classes removed and refactored by @MaxAndreassenRPM in #174
  • added avatar creator POC sample using new elements by @rYuuk in #182
  • removed "I don't have an account" checkbox from setup guide by @rk132 in #184
  • restructure of avatar creator samples by @rYuuk in #185
  • class and folder restructure to match Unity package standards by @HarrisonHough in #190
  • namespaces added to some scripts to meet asset store requirements by @HarrisonHough in #195
  • Ready Player Me top toolbar menu is under Tools/Ready Player Me to comply with Asset Store requirements by @HarrisonHough in #195
  • samples renamed for Asset Store version of package and paths updated accordingly by @HarrisonHough in #198
  • quick start sample animations updated by @rYuuk in #200
  • draco compression package version updated by @HarrisonHough in #202

Added

Fixed

  • fix for handling pasted url text in subdomain field by @HarrisonHough in #183
  • added permission and orientation fix to photo capture element by @rYuuk in #192
  • added Panel Switcher clear functionality to fix issues related to relaunching the creator by @rYuuk in #194
  • namespaces added to some scripts to meet asset store requirements by @HarrisonHough in #195