Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Resolved Can't exclude light from Reflection Probe

Discussion in 'High Definition Render Pipeline' started by andyz, Nov 3, 2020.

  1. andyz

    andyz

    Joined:
    Jan 5, 2010
    Posts:
    2,150
    I have a kind of 'fill' light on a special layer which I do not want included in a reflection probe, but if I remove that layer from the reflection probe's culling mask it makes no difference and I can see no other way.
    Is there a way?
     
    AntonioModer likes this.
  2. pierred_unity

    pierred_unity

    Unity Technologies

    Joined:
    May 25, 2018
    Posts:
    433
    Hey, sadly, there is no way to exclude lights from reflection probes at the moment. It's never been supported by Unity actually, it's the same behavior in the built-in render pipeline.

    Currently, if you do not want to see the light appearing in the (baked) reflection probe, you will need to disable the object itself before the probe is baked. This means real-time reflection probes won't be able to use this method and will always reflect the visible objects and the lights affecting them.
     
    DavidZobrist and AntonioModer like this.