I have a character mesh with a few parts (body, head, limbs), each with their own material:
Each skin material is using the same shader but different textures. If I just make one material and assign that to each skin element and then do the actual texture loading (MainTex, BumpTex, etc.) in code, is that better than using multiples, or is it the same amount of overhead?
In other words, if I use just one material, then when I load the textures into the material for Element 0 via code, does it then make that a new material in memory? So am I just as well off using separate materials as using the same one with different textures?
I hope that makes sense.
Here's one of the materials for reference: