Hello everyone. I have a 3d person with clothes. I want to add some animations. It should be one mesh, or some separate model for example: clothes, body, hair and eyes ? What do you think ?
If I should have one model, should I add one texture map one or few mapping?
animations depend on the rig (and rig can be more meshes). I think you should animate the whole rig, animating only some parts of it is a specific case.
more meshes usually means more drawcalls / batches.
there can be one mesh with more materials vs one material for every mesh part. (or can have texture atlas).
some systems like limbhacker need closed mesh (so you cannot have parts separate, or need to close gaps)
Ok, my model have many detail so one texture on one mesh it would be to much difficult. I do few meshes and every will be connect with bones. It will be much easier to texture.