RenderSettings.ambientIntensity = 0; Turn Off all light ambient

Hi People that try to be rich developing games! :smiley:

When I turn off the ambient light from Window → Lighting → (Ambient Intensity 0 and Reflection Intensity 0) its work , its get completely dark! :slight_smile:

But when I try it from script using:
light.enabled = false;
RenderSettings.ambient Intensity = 0;
RenderSettings.reflection Intensity = 0;

I still can see the objects,the ambient is dark but still can see them :frowning:

any idea?

thanks
Diego

Hi @diegonasc, I think this is a bit of a bug as reported here:

http://forum.unity3d.com/threads/unity-5-beta-13-rendersettings-ambientlight-changes-equator-color.281375/