Im kind of newbish at this, I’m wondering if someone could tell me how to recolor stuff so its not white.
1 Answer
1You 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.
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.
– robertbuBtw. If your question is solved please accept an answer or close the question.
– ExTheSea