Version: Unity 6 Preview (6000.0)
Language : English
Troubleshooting Adaptive Probe Volumes
Troubleshooting dark blotches or streaks in Adaptive Probe Volumes in URP

Light Probe validity in Adaptive Probe Volumes in URP

Light Probes inside geometry are called invalid probes. The Universal Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
(URP) marks a Light ProbeLight probes store information about how light passes through space in your scene. A collection of light probes arranged within a given space can improve lighting on moving objects and static LOD scenery within that space. More info
See in Glossary
as invalid when the probe fires sampling rays to capture surrounding light data, but the rays hit the unlit backfaces inside geometry.

URP uses the following techniques to minimise incorrect lighting data from Light Probes:

  • Virtual Offset tries to make invalid Light Probes valid, by moving their capture points so they’re outside any collidersAn invisible shape that is used to handle physical collisions for an object. A collider doesn’t need to be exactly the same shape as the object’s mesh - a rough approximation is often more efficient and indistinguishable in gameplay. More info
    See in Glossary
    .
  • Dilation detects Light Probes that remain invalid after Virtual Offset, and gives them data from valid Light Probes nearby.
  • Rendering Layers prevent objects from sampling probes that are on another Layer MaskA value defining which layers to include or exclude from an operation, such as rendering, collision or your own code. More info
    See in Glossary
    , reducing light leaking in certain scenarios.

You can check which Light Probes are invalid using the Rendering Debugger

In the Scene on the left, Virtual Offset isnt active and dark bands are visible. In the Scene on the right, Virtual Offset is active.

In the Scene on the left, Dilation isnt active and some areas are too dark. In the Scene on the right, Dilation is active.

Troubleshooting Adaptive Probe Volumes
Troubleshooting dark blotches or streaks in Adaptive Probe Volumes in URP