Avatar Creator Integration
Integrate the Ready Player Me Avatar Creator with your Unreal Engine game or app.
You have two options for integrating the Avatar Creator in your Unity game.
- Integrate the plug-and-play WebView Avatar Creator.
- Use the Avatar Creator plugin for Unreal and create your own Custom Avatar Creator.
The following section will help you decide whether to use the WebView or the Custom Avatar Creator.
The WebView Avatar Creator runs inside a browser within your application. It communicates via PostMessage with your application (e.g. returns the avatar URL).
Benefits
- You will always have the latest Ready Player Me Avatar Creator features without any coding necessary.
- Plug and Play
- Integration can be done in a few minutes.
Limitations
- Works with UE 5.0.1 and above.
- The only supported platform is Windows.
The Custom Avatar Creator for Unreal is a separate plugin that builds on top of the Ready Player Me Unreal Engine SDK. It provides all the functionality needed to create your own Avatar Creator and use all the assets and backend of Ready Player Me. It comes with examples to showcase all available features.
Benefits
- Fully customizable UX/UI as it is natively built in Unreal Engine.
- Runs on all platforms that Unreal Engine supports.
- Working example
- You can cut features as you like.
- Works with UE4.27 and 5+
Limitations
- More work to integrate.
- Maintenance load when Ready Player Me introduces new features.
Last modified 7d ago