Need help making a dark map

Hi, I’m trying out some lighting effects for a horror game, and I was wondering if there was a way to make Unity completely dark.

With no lights my scene is still lit somehow, and I want really dramatic lighting. Does anyone know a way to do this in Unity, even if it means “cheating” with vignettes and textures? Thanks

Unity has an ambient lighting setting. You can find it at Edit->Render Settings->Ambient Light. This will be a color picker. If you want to have a completely dark scene, set the color to black. (Or any other color that you might want.)

Wow that worked great! Thank you