- Home /
Can I have multiple/alternate UV textures for one mesh in a single file?
I have a mesh that may have multiple instances on screen at the same time in a game. However, each instance may have a different "skin" to give some variations. Like coins that all looks the same but may have different denominations on the faces. Even the edge ridges will have the same texture.
Is it possible to combine all the possible different UV Textures into one file and reference any of them in the script at run time?
Now, I'm thinking this would reduce draw calls and resource consumption since I would be loading only one texture file instead of 20 -- as is in my case. True?
One mesh, multiple alternate textures, 1 texture file.
Is it possible?
Thanks, Manny
Your answer
Follow this Question
Related Questions
Assigning UV Map to model at runtime 0 Answers
Weird "ghost" texture issue with Transparent Texture/Shader 2 Answers
UV Mapping for 2D Meshes with 3 Vertices Only 1 Answer
How to rotate a texture on plane 45 degrees 0 Answers
How can i choose the UV than i want to use with each Texture of a material ? 1 Answer