Customised Textures

Ok, I have a really beginner question…

How do you put your own texture onto a 3D GameObject?

I want a texture that I have created to be on the GameObject but I don’t know how to do it and I haven’t found anything related to it on the documentation.

Thanks all

Hi,

Create new material, assign texture to that material, assign that material to your object.

tutorial for that:
http://unity3d.com/learn/tutorials/modules/beginner/graphics/materials?playlist=17102

Thank you mgear, it works!