Using multiple textures/materials in one GameObject

Hi everybody,

I have a problem to creat a coin in Unity.
I have downloaded a 3D model of a coin (mainly to have the textures) and I struggle to put the textures on the model:

I have 2 materials with one texture for each:
3085297--232428--upload_2017-5-27_12-43-49.png

3085297--232427--upload_2017-5-27_12-44-5.png

And when I apply a material to the models I cannot apply the second one, this i was I have right now:

The “coin-texture” is on the models, and I would like the “gold” texture to go on the edge of the coin, but I don’t know how
3085297--232429--upload_2017-5-27_12-44-59.png

So, did somebody can explain me how to do it, and if you have a good tutorial about textures and materials, it would be apreciated (I have see the unity official one but it wasn’t going far enough I think).

Thanks for reading! :smile:

Your problem is not with unity but with 3d modeling, you should start learning the basic of 3d modeling like in software like blender, you will learn about UV mapping.

1 Like

Okey, thank you.
I will start looking this way then!:slight_smile: