I’d like to apply one texture on the front face of a cube and apply another texture on the other five faces of the cube.
Is it possible? If so, what’s the best way to do it?
Thanks in advance for your help.
I’d like to apply one texture on the front face of a cube and apply another texture on the other five faces of the cube.
Is it possible? If so, what’s the best way to do it?
Thanks in advance for your help.
model the cube (say in Blender) to have 2 meshes, where you have separated the face from the cube. Meshes can have one texture only. You could also UV map the cube as a single mesh and use a UV-mapped texture to wrap it.
just use this plugin http://forum.unity3d.com/threads/154182-atlasToCube-or-how-to-texture-standard-cube
and you will be able to use different images for different faces.