Headwear
Create custom headwear for Ready Player Me avatars.
Last updated
Was this helpful?
Create custom headwear for Ready Player Me avatars.
Last updated
Was this helpful?
This document explains how to create custom headwear that meet Ready Player Me technical specifications and functions properly in your application. The headwear asset type is any asset that covers the scalp or is worn on the head, like hats or hijabs.
Use Blender to open the headwear-hijab-01.blend.
Inspect this example and familiarize yourself with the details as your design must match the same requirements.
If your headwear does cover the neck or clavicle area and needs to deform with motion of the head, you can assign skin weights to the joints in the provided template file.
To prevent assets from clipping, the headwear asset replaces any picked hairstyle from the avatar in customization options. We highly recommend avoiding any gaps between the headwear and the skull, so the user will never see the avatar without the hair.
If the design of the headpiece does not completely cover the skull area, please combine one of the most common hairstyles with the headpiece asset and provide two hair color options (brunette and blond). The headwear combined with hair must still be a single object using a single material. See the example below. Furthermore, be aware that headwear meshes will pass through other meshes of the avatar, e.g. body or the torso garment, during animation and not react physically accurate (or at all) to colliding geometry.
The materials use the metalness PBR workflow.
Keep the shading network of the material as simple as possible.
Enable Backface Culling (single-sided materials). Only use double-sided materials when absolutely necessary. Otherwise, leave the box checked.
Export the headwear model into glTF Binary (.glb). Below are the required export settings using Blender.
Only include the headwear model in the export, not the head reference.
File type: .GLB
File Size: max. 10 MB
Icon file size: max. 1 MB
In the Type
selection, you must select Headwear as the asset type.
In the Gender
selection, choose Neutral to make them available to all stereotypes.
Upload the necessary files and Save. The asset is only saved when it passes validation. If any errors are detected regarding the compliance with the requirements, you'll get a notification and more information.
When you want to push your assets to your organization at Ready Player Me, use thePOST - Create AssetAPI endpoint with the data.type
set to headwear
.
Once the asset is created, the files will be stored by Ready Player Me.
If you don't have the files yet available at a public URL for use with the Create Asset API endpoint, you can use the temporary storage solution provided by us via the POST - Upload Asset Filesendpoint.
Download template hijab (). The template project contains a reference head model and a headwear. Alternatively, you can get the head model as an .
Create a headwear model as a single object. It should fit the provided head model reference in the headwear-hijab-01.blend template project. ->
Occlusion map: Optional We recommend to pack the occlusion map into the red-channel of the metallicRoughnessTexture. See on how to export it.
Using the interface, you can navigate to the Asset Manager, and then choose Add new asset
, or directly go to .
Once the export is complete, open Ready Player Me Studio () and upload your creation. The asset will be validated on upload. Learn more .