how do you make differant sides of a ploygon differant textures? When I load one texture, it applys to all sides
Hi, you need to make a texture atlas (an image that has the textures you need), then when you load that file, for each face/poly, you need to move the uv coords/positions in UV editing mode to required texture.
How do I do that?