Early Access Features

How to get the latest Unity SDK early access features before they're released

You'll have access to the newest SDK features and will be able to assist in the final steps of their development. This means that your experience of the Ready Player Me SDK is likely to be less stable than if you were to install the latest full release.

Before you begin

  • Sign in to Studio (Developer Dashboard) and copy your subdomain. This will allow you to create and load an avatar in your domain at a later step.

  • Make sure you have downloaded and installed Unity 2020.3.0f1 LTS or later.

  • For this to work, you need to have Git installed on your machine, which can be downloaded from here. After installation, you will also need to restart Unity.

  • Open your Unity Project

If you have an earlier version of the SDK installed, please follow the Unity SDK 3.0 Migration Guide.

1. Import the Ready Player Me Unity SDK Develop Branch

Import the package via Window -> Package Manager -> + icon -> Add Package from git URL.

Paste this git URL into the input field

https://github.com/readyplayerme/rpm-unity-sdk-core.git#develop

2. Continue with the Unity Quickstart guide

Finish integrating the Unity SDK by starting from step 2 in the Unity quickstart guide.

Last updated