Version: Unity 6 Preview (6000.0)
Language : English
Probe Volumes Options Override reference
Rendering Layers in URP

Probe Adjustment Volume component reference

Select a Probe Adjustment Volume Component and open the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary
to view its properties.

Refer to the following for more information about using the Probe Adjustment Volume component:

Property Description
Influence Volume
Shape Set the shape of the Adjustment Volume to either Box or Sphere.
Size Set the size of the Adjustment Volume. This property only appears if you set Shape to Box.
Radius Set the radius of the Adjustment Volume. This property only appears if you set Shape to Sphere.
Mode

Select how to override probes inside the Adjustment Volume.

  • Invalidate Probes Mark selected probes as invalid. Refer to How light probe validity works for more information.
  • Override Validity Threshold Override the threshold URP uses to determine whether Light Probes are marked as invalid. Refer to Adjust Dilation for more information.
  • Apply Virtual Offset Change the position Light Probes use when sampling the lighting in the scene during baking. Refer to Adjust Virtual Offset for more information.
  • Override Virtual Offset Settings Override the biases URP uses during baking to determine when Light Probes use Virtual Offset, and calculate sampling positions. Refer to Adjust Virtual Offset for more information
  • Intensity Scale Override the intensity of probes to brighten or darken affected areas.
  • Override Sky Direction Override the directions Unity uses to sample the ambient probe, if you enable sky occlusion.
  • Override Sample Count: Override the number of samples Unity uses for Adaptive Probe Volumes.

Mode settings



Property Description
Dilation Validity Threshold

Override the ratio of backfaces a probe samples before URP considers it invalid. This option only appears if you set Mode to Override Validity Threshold, and you enable Additional Properties.

Virtual Offset Rotation

Set the rotation angle for the Virtual Offset vector on all probes in the Adjustment Volume. This option only appears if you set Mode to Apply Virtual Offset.

Virtual Offset Distance

Set how far URP pushes probes along the Virtual Offset Rotation vector. This option only appears if you set Mode to Apply Virtual Offset.

Geometry Bias

Sets how far URP pushes a probe’s capture point out of geometry after one of its sampling rays hits geometry. This option only appears if you set Mode to Override Virtual Offset Settings.

Ray Origin Bias

Override the distance between a probe’s center and the point URP uses to determine the origin of that probe’s sampling ray. This can be used to push rays beyond nearby geometry if the geometry causes issues. This option appears only if you set Mode to Override Virtual Offset Settings.


Intensity Scale

Change the brightness of all probes covered by the Probe Volumes Adjustment Volume component. Use this sparingly, because changing the intensity of probe data can lead to inconsistencies in the lighting. This option only appears if you set Mode to Intensity Scale.

Sky Direction

Set the direction Unity uses to sample the ambient probe. This option only appears if you set Mode to Override Sky Direction.

Probes
Direct Sample Count Set the number of samples Unity uses to calculate the direct light each probe stores. This option only appears if you set Mode to Override Sample Count.
Indirect Sample Count Set the number of samples Unity uses to calculate the indirect light each probe stores, including environment samples. This option only appears if you set Mode to Override Sample Count.
Sample Count Multiplier Set the value Unity multiplies Direct Sample Count and Indirect Sample Count by. This option only appears if you set Mode to Override Sample Count.
Max Bounces Set the number of times Unity bounces light off objects. This option only appears if you set Mode to Override Sample Count.
Sky Occlusion
Sample Count Set the number of samples Unity uses to calculate the amount of light each probe receives from the sky, if you enable sky occlusion. This option only appears if you set Mode to Override Sample Count.
Max Bounces Set the number of times Unity bounces light from the sky off objects to calculate the sky occlusion data, if you enable sky occlusion. This option only appears if you set Mode to Override Sample Count.
Probe Volumes Options Override reference
Rendering Layers in URP