Avatar Shortcodes

Use a single short code instead of a URL to retreive an avatar.

An avatar shortcode is a unique 6-digit combination of numbers and letters that identifies an avatar. You can use this shortcode instead of the URL in most places in your project, for example, to retrieve avatars into your application.

Here is an example of an avatar URL that uses a shortcode:

https://models.readyplayer.me/KJIXZB.glb

For users, this is especially useful for VR and mixed reality applications where avatar creation via WebView is difficult and entering a URL is unwieldy.

This is an example of how the shortcode is presented to the user at the end of avatar creation if enabled.

You can use shortcodes with the Ready Player Me Unity and Unreal Engine SDKs. For this, you only need the shortcode itself for example:

KJIXZB

The SDK will convert it into a valid URL automatically.

Enabling shortcodes

Enable the Avatar Shortcode setting to show users the avatar shortcode. Note that entering or clicking a shortcode in the browser will download the avatar GLB.

Last updated