Advanced - Schema preparation
1. Getting a token
2. Creating a schema
You must describe all your types and model IDs in a JSON file. For example, you have 2 types of models - body and hair. The JSON structure will then look like this:
In this example, 5 models are declared: 2 body IDs and 3 hairstyle IDs.
You can also leave the JSON empty, then when assembled, only the head will be generated.
Note: You can't do nested model types. there are only 2 levels: types and IDs.
Sending your schema.
You should get:
4. Uploading GLB models
You must add all the models declared in the schema.
Sending your GLB file.
Note: To calculate the hash you can use the command sha256sum
in the terminal.
Note: If you want the texture with the skin color to be automatically repainted in the color taken from the face, the name of this material should contain "skin". The "baseColorFactor" component of the material is repainted.
You should get:
Last updated