How to integrate Ready Player Me into web applications.
To use Ready Player Me in your commercial app or game, you need to register as a Partner. This will allow you to have your own partner subdomain (i.e. yourappname.readyplayer.me).
When an avatar is exported (the user has clicked the "Done" button), a URL to the avatar asset is created and made available to the parent of the iframe. The URL to the avatar asset can be automatically captured with an eventListener, for example:
Ready Player Me works well at various screen sizes and resolutions. In case you're not embedding Ready Player Me as a full-screen iframe, here are recommended iframe resolutions you can use:
This allows for seamless integration of Ready Player Me into your application where users are kept in the flow of your app.
This also works great for (VR) apps with a user-facing web-based administrative dashboard. Embed Ready Player Me into it and associate the returned avatar URLs with your user accounts.
In addition, you can use our Unity SDK to import the avatars runtime into your application.
When a user customises and re-exports their avatar, the updated avatar is made available on the same URL as was created previously.