readyplayerme / rpm-unity-sdk-core

This Module contains all the core functionality required for using Ready Player Me avatars in Unity, including avatar loading and creation
MIT License
97 stars 33 forks source link

refactor and fix for loading user avatars #299

Closed HarrisonHough closed 5 months ago

HarrisonHough commented 5 months ago

TICKETID

Description

This PR includes:

How to Test

Test on new projects adding from this git url https://github.com/readyplayerme/rpm-unity-sdk-core.git#hotfix/v6.3.2

To test hero avatars you need:

  1. to use a subdomain with hero outfits enabled (eg dev-sdk)
  2. run the CAC wizard scene
  3. get to asset selection stage and then click on the new Star category (similar to web editor)
  4. Select a hero asset

To test the updated user avatar fetching you should:

  1. run the CAC wizard sample scene
  2. Log in with an account that has some premade user avatars
  3. after login you should see your user avatars loading
  4. check for errors

Checklist