Search code examples
unity-game-engineeditorlight

How to light the whole scene?


A directional light illuminates only a part, but I need the light to be “everywhere”. I do not want any shading anywhere, as in the screenshot


Solution

  • You can use Ambient Light, and set it from the Lighting Window

    Otherwise consider that you might also set an Area Light - see more in Types of Light - Unity Manual.