How do I color things?

Im kind of newbish at this, I’m wondering if someone could tell me how to recolor stuff so its not white.

I suggest you google "Unity3d how do I color things". The short answer is that often you can set the Renderer.Material.color property. But there are some gotcha's as well as oher methods.

Btw. If your question is solved please accept an answer or close the question.

1 Answer

1

You need to create a new material in any folder and there you choose a color, textures, shaders, …

Then drag the created material on the gameobject you want to color.