Making Avatars Available in the Otherside
After you have made all the 3D assets for an avatar collection there are four steps to follow to make them available for your holders in the Otherside.
1. Upload GLBs to a Publicly Available Location
2. Create and Upload MMLs to a Publicly Available Location
<m-character src="https://fake-collection-api.io/glbs/1.glb"></m-character>3. Update collection metadata to include an MML Field
{
"id": 0,
"name": "Boxie 0",
"image": "https://fake-collection-api.io/images/token_id.jpg",
"mml": "https://fake-collection-api.io/mml/token_id.mml",
"attributes": [
{
"value": "classic box",
"trait_type": "head"
},
{
"value": "metallic purple",
"trait_type": "upper"
},
{
"value": "dark",
"trait_type": "lower"
}
]
}4. Contact Yuga to Whitelist your Contract
Last updated

