Search Unity

Could ambient light be adjusted within different room?

Discussion in 'Global Illumination' started by Bagazi, Mar 28, 2021.

  1. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    There are serveral rooms in the game,I used ambient light for illumination. But I want some room are not illuminated,at least with less illumination to make the enviorment darker. How to do this?:)
     
  2. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,874
    Use 180 degree spot light or area light to simulate ambient light
     
    Bagazi likes this.
  3. Bagazi

    Bagazi

    Joined:
    Apr 18, 2018
    Posts:
    611
    Is there any way to cancel the ambient illumination by area if it existed globally..
     
  4. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,874
    Ambient light is just a simple light casted from top to down...
    disable it from rendering settings and use your own area lights as ambient light for certain areas
     
    Deleted User and Bagazi like this.