LogoLogo
WebsiteBlogForumsSign up
  • Welcome
  • How Ready Player Me works
  • FAQ
  • 👩‍💻Integration Guides
    • Overview
    • Unity
      • Quickstart
      • Avatar Creator Integration
        • WebView Avatar Creator
          • Avatar Creator for Android & iOS
          • Avatar Creator for WebGL
        • Build your own Avatar Creator
          • Start with the sample
          • Elements
            • Asset Selection Element
            • Color Selection Element
            • Template Selection Element
            • Body Shapes Selection Element
            • Gender Selection Element
            • Avatar List Element
            • Photo Capture Element
            • Signup Element
            • Login Element
            • Logout Element
          • User Management
      • Load 2D Renders
      • Avatar Loader Window
      • Setup Multiplayer
      • Setup for XR (Beta)
        • Setup the Player Avatar
        • Setup Meta Movement SDK
        • Setup Final IK
        • Setup XR Hands
          • RpmHandDriver script
        • Facial Animations
        • VR Avatar Creator
      • Animations
        • Ready Player Me Animation Library
        • Mixamo Animations
      • Optimize
        • Avatar Configuration
        • Avatar Caching
        • Defer Agents
      • Code Samples
        • Loading 3D Avatars
        • Loading 2D Avatars
        • Avatar Creator (WebGL)
        • Avatar Creator (Desktop)
        • Avatar Creator (Mobile)
        • Distance-based LODs
      • Troubleshooting
        • Editor UI Window Issues
        • Avatar loading issues
        • iOS issues
        • WebGL issues
        • Firewall issues
        • Updating the SDK
          • Unity SDK 3.0.0 Migration guide
          • Unity SDK 4.0.0 Migration guide
          • Unity SDK 5.0.0
          • Unity SDK 7.0.0
          • WebView 2.0 Migration
        • Package installation issues
      • Help us improve the Unity SDK
      • FAQ for Unity
      • Early Access Features
    • Unreal Engine
      • Quickstart
        • Import SDK Manually
      • Avatar Creator Integration
        • Build your own Avatar Creator
          • Sample Structure
          • Customization Guide
        • WebView Avatar Creator
      • Load Avatars
      • Animations
        • Ready Player Me Animation Library
        • Loading Mixamo animations
        • Mannequin animation retargeting
        • Blender FBX export to UE
        • Oculus Lipsync integration
      • Optimize
        • Avatar configuration
        • Avatar caching
        • Avatar preloading
      • Code Samples
        • Unreal Engine 5 samples
        • Lyra project integration example
        • VR Avatars
        • Unreal Engine 4
      • Troubleshooting
        • Project compilation issues
        • Missing materials on built applications
        • Avatar loading issues
        • Animation issues
        • Unreal SDK breaking changes
        • Avatar lighting issues
        • Updating from earlier versions
          • Unreal SDK 3.0.0 Migration guide
        • Auto LOD issues
      • Help us improve the Unreal Engine SDK
      • FAQ for Unreal Engine
      • Early Access Features
    • React
      • Quickstart
    • React Native
    • iOS Native
    • Android Native
    • Web Integration
      • Quickstart
      • User Management
        • Guest Accounts
        • Account Linking
      • Avatar Creator integration
      • Optimize
    • API Integration
      • Quickstart
      • Custom Avatar Creator
      • User management
        • Ready Player Me Account
        • Anonymous Accounts
    • UX/UI Guidelines
      • Summary & quick tips
      • UX and UI guidelines and essentials
        • Foundation for good user experience
          • Layout
          • Colors
          • Typography
          • Icons
          • Dark mode and light mode
        • Mobile best practices
          • Layout
        • Making Ready Player Me feel native
          • Seamless Avatar Integration
          • Consistent Branding
          • Responsive Layout
          • Performance Optimization
        • Discoverability of the avatar editor
          • Onboarding tutorial
          • Clear navigation
          • Contextual Placement
  • 🖌️Customizing Guides
    • Studio (Developer Dashboard)
    • Avatar Creator Appearance
      • Avatar URLs
      • Avatar Shortcodes
    • Upload and Manage Custom Assets
      • Asset Manager in Studio
      • Configure in Studio
      • Manage custom assets using the API
      • Unlocking assets through API (Beta)
    • Create Custom Assets
      • Fullbody Outfits
        • Checking Skin Weights
      • Tops, Bottoms, Shoes
        • Editing templates
      • Hairstyle
      • Headwear
      • Facewear
      • Glasses
      • Hero Characters
      • Modeling Guidelines
  • 🔃API Reference
    • REST API
      • Authentication
      • Avatars
        • GET - 3D avatar
        • GET - 2D Render of an Avatar
        • GET - Metadata
        • PUT - Equip an asset
        • PUT - Unequip an asset
      • Assets
        • Asset Entity Properties
        • POST - Create Asset
        • GET - List Assets
        • PATCH - Update Asset
        • POST - Upload Asset Files
        • POST - Add Asset to Application
        • DELETE - Remove Asset from Application
        • PUT - Unlock asset for a user
        • PUT - Lock asset for a user
      • Users
        • POST - Create User
      • Auth
        • GET - Token
      • Changelog
    • Avatars
      • Full-body avatars
      • Full-body XR avatars
      • Half-body avatars
      • Morph targets
        • Apple ARKit
        • Oculus OVR LipSync
    • Avatar Creator
  • 🔉Support
    • Forums
    • Licensing & Privacy
Powered by GitBook
On this page
  • Hero Character Requirements
  • Armature
  • Meshes & Materials
  • Uploading a Hero Character
  • File Requirements
  • Ready Player Me Studio
  • API

Was this helpful?

  1. Customizing Guides
  2. Create Custom Assets

Hero Characters

Create unique Hero Characters for your application.

PreviousGlassesNextModeling Guidelines

Last updated 1 year ago

Was this helpful?

A Hero Character is a complete avatar by any means. It includes all elements of a Ready Player Me avatar, including accessories, hair and body, for example.

Following these guidelines, you can provide a fully prepared custom avatar for the Ready Player Me platform.

Example Hero Characters can be downloaded .

Take these files as a reference of a functional Hero Character.

The examples include blend shapes on the head mesh for facial animation support.

Check the documentation on .

Alternatively, you can create an avatar using a Ready Player Me Avatar Editor, and download it with certain : ?textureAtlas=none&morphTargets=ARKit,Oculus Visemes

Hero Character Requirements

Armature

An Armature is a skeleton that is responsible for deforming the avatar during animation. It does so by a process called linear-blend skinning, for which each vertex on a mesh, aka skin, needs a set of weights that determine by which joint in the skeleton they are going to be influenced.

Ready Player Me avatars have either a feminine or masculine shape, each based on separate skeletons. When creating an avatar, it must use either the feminine or masculine skeleton.

Do not include animations in the exported file.

Meshes & Materials

General Requirements for Meshes, Materials and Textures

Maximum total triangle count: 30000 You decide how to distribute triangles across meshes. We recommend to use as few triangles as feasible and put details into the texture maps.

Skin weights: Required for ALL meshes Implementations of the gltf 2.0 specs are only required to at least implement 4 skin weights per vertex. Therefore, Ready Player Me assets only support a maximum of 4 skin weights per vertex. Skin weights for each vertex MUST be normalized, meaning they have to add up to 1.0!

Vertex colors: No


Texture files format: PNG|JPEG For PNG images, use 24 bits per pixel (RGB) or 32 bits per pixel (RGBA). Do not use palettes (8-bit color indexed). Do not include metadata or color profile information in the PNG image file to avoid errors.

BaseColor maps: Optional Use sRGB (IEC 61966-2-1 Default RGB color space) when editing the image.

The materials support transparency.

Use a PNG with transparency as the basecolor map and set the alphaMode to BLEND.

In Blender, you can do this in the material's settings with the Blend Mode option set to Alpha Blend.

Normal maps: Optional OpenGL tangent space normal map, +Y up.

Metallic-Roughness maps: Optional

Emissive maps: Optional

Maximum texture resolution: 2048 x 2048 pixels Texture resolutions must be square and power-of-two, e.g. 128x128, 256x256, 512x512.

Maximum individual texture file size: 5 MB


Double sided materials: Optional We recommend to use as few double sided materials as possible.

Not all of the following meshes are needed. Only include the meshes you need for the custom avatar you have in mind.

It is possible to only use a single mesh for the whole avatar with a single material. In that case we recommend using the #wolf3d_body mesh.

Head

The head of the avatar.

Requirements
  • Mesh name: Wolf3D_Head

  • Material name: Wolf3D_Skin

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Note that you have to provide a basecolor map for its material, because the users do not have the option to choose the skin color of hero characters. You're in full control.

EyeLeft

The left eye of the avatar.

Requirements
  • Mesh name: EyeLeft

  • Material name: Wolf3D_Eye

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

EyeRight

The right eye of the avatar.

Requirements
  • Mesh name: EyeRight

  • Material name: Wolf3D_Eye

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex Colors: No

Teeth

Teeth of the avatar.

Requirements
  • Mesh name: Wolf3D_Teeth

  • Material name: Wolf3D_Teeth

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Body

The body of the avatar, except for the head.

Requirements
  • Mesh name: Wolf3D_Body

  • Material name: Wolf3D_Body

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Note that you have to provide a basecolor map for its material, because the users do not have the option to choose the skin color of hero characters. You're in full control.

Hair

The hair of the avatar.

Requirements
  • Mesh name: Wolf3D_Hair

  • Material name: Wolf3D_Hair

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Note that you have to provide a basecolor map for its material, because the users do not have the option to choose the hair color of hero characters. You're in full control.

Beard

The facial hair of the avatar.

Requirements
  • Mesh name: Wolf3D_Beard

  • Material name: Wolf3D_Beard

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Note that you have to provide a basecolor map for its material, because the users do not have the option to choose the beard color of hero characters. You're in full control.

Facewear

Assets that can cover parts of the face, like masks.

Requirements
  • Mesh name: Wolf3D_Facewear

  • Material name: Wolf3D_Facewear

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Headwear

Assets to put on the avatar's head, like hats or helmets.

Requirements
  • Mesh name: Wolf3D_Headwear

  • Material name: Wolf3D_Headwear

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Glasses

Assets that resemble any kind of glasses.

Requirements
  • Mesh name: Wolf3D_Glasses

  • Material name: Wolf3D_Glasses

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Opacity map: Optional

  • Vertex colors: No

Top

Clothing assets that cover the torso and arms, like shirts and jackets, also including necklace, gloves, backpacks, shoulder pads, or dresses.

Requirements
  • Mesh name: Wolf3D_Outfit_Top

  • Material name: Wolf3D_Outfit_Top

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Bottom

Clothing asset that cover the legs, like pants or skirts, also including knee pads or a belt.

Requirements
  • Mesh name: Wolf3D_Outfit_Bottom

  • Material name: Wolf3D_Outfit_Bottom

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Footwear

Clothing assets that cover the feet of an avatar, like shoes and boots, may include socks.

Requirements
  • Mesh name: Wolf3D_Outfit_Footwear

  • Material name: Wolf3D_Outfit_Footwear

  • Basecolor map: Optional

  • Normal map: Optional

  • Roughness map: Optional

  • Metallic map: Optional

  • Emissive map: Optional

  • Vertex colors: No

Uploading a Hero Character

File Requirements

  • File type: .GLB

  • File Size: max. 10 MB

  • Icon file size: max. 1 MB

Do not use custom glTF-Extensions extensions in the file, e.g. Draco mesh compression.

Ready Player Me Studio

In the Type selection, you must select Hero Character as the asset type.

In the Gender selection, choose the option matching the skeleton you based your asset on.

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.

API

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 costume. 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.

You can download fullbody templates . Use the masculine or feminine skeleton.

Occlusion maps: Optional We recommend to pack the occlusion map into the red-channel of the metallicRoughnessTexture. See on how to export it.

The head mesh supports morph targets or facial animation. See documentation on .

The beard mesh supports morph targets or facial animation. See documentation on .

Using the interface, you can navigate to the Asset Manager, and then choose Add new asset, or directly go to .

🖌️
here
Blender documentation
morph targets
morph targets
Ready Player Me Studio
https://studio.readyplayer.me/asset-management/new
here
morph targets
options