Lighting Issues

Hiya,

Im having issues lighting my scene properly. Im using a directional light but it only seens to be lighting the center of an object.

Does anyone know what causes this/How to fix it?

Thanks

Delete all the lights in your scene and go to hierarchy and do Create> Light > directional light. Helpful doc: Unity - Manual: Lights

The screenshot is a point light. Or you can take your current light and make sure it is set to Directional in the Inspector. Perhaps you made a point light and named it a Directional light.

Also in the Scene view make sure the “light” icon next to 2D or 3D is enabled.

Could you show a screenshot of Unity with the light selected so we can see its properties?

It is a Directional light. Created it again in another Scene and im having the same issue. Maybe it could be something to do with the textures im using as its alot brighter in this scene. :frowning:


That’s pretty weird. Try lowering the intensity of the light so the textures don’t get washed out. Are your textures diffuse? Make sure they aren’t reflective. Also try getting rid of the Sun, Ambient Intensity and reflection intensity. Uncheck the precomputed GI and Baked GI… you probably don’t need baking at the moment. Also get rid of the Bounce intensity in the directional light.

Are you sure what you’re seeing aren’t just realtime specular reflections from the shader and other than that it gets lit properly?

1 Like