I have a character mesh where I have taken the main texture map, and broken it up into 4 pieces. I want to be able to modify and change the texture pieces in real-time (like one might do in a character customization screen).
I know I can use “Material.mainTexture” to change the texture of a mesh with ONE texture, but how would one do it with 4 materials/textures on one mesh?