Hello, I need to know if we can do a scene much more darker in game. I know that we can use this: RenderSettings.ambientLight = Color.black;
But it won’t work for my idea because it’s pre-scened.
First the scene is lightened and then it had to be darker and then lightened Can someone give me hints or pist?
Thanks for the help
Try checking the “Lighting” window while you have your scene open. Under Lighting → Scene you can find some of the ambient settings I think you’re looking for.
Edit: Re-reading your post, I realize that you might be asking how to change it through script, while running one single scene. In that case you should probably manipulate the Ambient Intensity from your script.