Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.53 KB

File metadata and controls

31 lines (17 loc) · 1.53 KB

Quick Start

Importing Package

1. To add the new Ready Player Me Unity Avatar Creator to your project you can use the Unity Package Manager to import the package directly from the Git URL.

2. With your Unity Project open open up the Package Manager window by going to Window > Package Manager.

open-package-manager

3. In the Package Manager window click on the + icon in the top left corner and select Add Package From Git URL.

add-package-from-ur;

4. Paste in this url

https://github.com/readyplayerme/rpm-unity-sdk-avatar-creator.git

paste-git-url

5. Click add and wait for the import process to finish. image

6. Next import samples, you will have samples folder with AvatarCreatorExample scene.

image

7. Set subdomain & AppID in CoreSettings scriptable object. Important! AppID must belong to the subdomain you set otherwise authorization will fail.

8. Run and test. image