So I am currently working on a project in Unity, trying to learn the basics of it. I'm trying to create a room that is only lit by some lamps, but I keep getting these weird lights inside the room that's supposed to be dark.
I tried setting the Environment Light to None, but this issue still happens.
CodePudding user response:
- Remove directional lights from your scene.
- Under
Window > Rendering > Lighting > Environment
remove theSkybox material
and setAmbient Color
to black. - In the same tab under
Other Settings
disableFog
.