Can't change color of sphere in Unity3D

Default-Diffuse is grayed out, I tried to Google it, but only so far I’ve found changing color involved in script. Which either involved collision, being hit, being above some height etc. .

How do I change color of it? Why is it disabled anyway? Normally people in YouTube, have it enabled.

You have to create a new material and assign it to the render.
This Video tutorial describes it perfectly.
http://unity3d.com/learn/tutorials/modules/beginner/graphics/materials

1 Like

That’s a fast answer! I asked it 5 minutes ago!