Quickstart

Import and configure the Unreal Engine SDK for your project.

Before you begin

  • Verify your Unreal Version is Unreal Engine 4.27, 5, or higher.

  • Ensure you have Visual Studio (or Rider) installed; it should be because Unreal Engine depends on it. In order for Unreal Engine to work properly you might need to install the following packages from the Visual Studio Installer: Desktop development with C++, Game development with C++, .NET desktop development.

1. Download and import the SDK into Project

Follow the steps to download and import the Ready Player Me SDK and its dependency glTFRuntime to your project.

  1. Create a new project, in case you don't have an existing project, where you want to integrate Ready Player Me Avatars.

  2. Close the Unreal editor.

  3. Create a directory in your project folder and name it Plugins.

  4. Download and import the glTFRuntime plugin into your project. Therefore, go to the release page on GitHub, download the Source code (zip) file, unpack it into the Plugins folder, and name the unpacked folder glTFRuntime. Make sure that the glTFRuntime folder doesn't have a nested folder.

  5. Open your project in Unreal Engine.

  6. You successfully imported the Ready Player Me Unity SDK and the glTFRuntime plugin.

(Optional) There is also another option to add the ReadyPlayerMe plugin as a submodule to the existing git project.

2. Enter your subdomain

When you integrate the SDK for the first time, you will be greeted with our Setup Guide editor window to guide you through the setup process.

Please enter your own subdomain and app ID you got from Studio (Developer Dashboard). In the images below you can see where you get the Subdomain and App ID.

If you want to sign up later, you can also write "demo" in the field.

These fields are needed for the avatar creator to work properly. You can always update the app ID and the subdomain from the project settings.

Then click the next button.

3. Help us improve the SDK

Next, you can enable/disable analytics. This helps us improve the SDKs.

Click the Finish Setup button.

4. Integration guide

The integration guide will help you find the most essential material to integrate Ready Player Me successfully.

The quickest way to see our Ready Player Me avatars in action is to open the Quickstart map by clicking the Load Quickstart Map button.

5. Run the Quickstart Map

Open the QuickStart map and click Play. You can see the default avatar and move around with it.

6. Load your personal avatar into the scene

  1. Press the Q key on the keyboard. This will open the avatar creator window.

  2. Create your personal avatar and click the Save button when you are done.

  3. After loading is complete, you will see your avatar.

The third-person controller is currently designed to work with a keyboard and mouse using the deprecated Unreal Input system. This is done intentionally to support Unreal Engine 4.27.

Check out the Code Samples to learn how to integrate Ready Player Me avatars in different projects.

Explore Ready Player Me plugin content

  • In the Content Browser click Settings (cogwheel icon on the far right)(View Options in UE4). Make sure Show Plugin Content and Show Engine Content are both checked.

  • In the Content Browser, expand Plugins and scroll or use search until you find the ReadyPlayerMe Content folders.

Next steps

Next, you will learn in more detail how to:

If you have trouble creating your project, see Troubleshooting for straightforward solutions.

Last updated