Singularity/Library/PackageCache/com.unity.render-pipelines..../Documentation~/VolumeOverrides.md
2024-05-06 11:45:45 -07:00

24 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Volume Overrides
__Volume Overrides__ let you change or extend the default properties in a [Volume Profile](VolumeProfile.md).
URP implements post-processing effects as Volume Overrides. For example, the following image shows the Vignette post-processing effect in the URP Template SampleScene.
![Vignette post-processing effect in the URP Template SampleScene](Images/post-proc/post-proc-as-volume-override.png)
In a the Volume Override, checkboxes to the left of each property let you enable or disable specific properties. If you disable a property, URP uses the Volumes default value for that property instead. To turn all properties on or off, use the __All__ or __None__ shortcuts above the property list.
![Volume Override property list](Images/post-proc/volume-override-property-list.png)
## <a name="volume-add-override"></a>How to add a Volume Override to a Volume component
To add a Volume Override to a Volume component:
1. Select a GameObject with the Volume component.
2. In the Inspector window, click Add Override.
![Add Override](Images/post-proc/volume-add-override.png)
Use the search field to search for an Override, or select an Override from the menu.