3.6 KiB
Set up a Volume
To set up a volume in your scene, you can configure the project's default volume settings, or add a new custom volume. For details, refer to the following sections:
Configure the default volumes
You can configure the default global volumes that all HDRP scenes use.
Configure the Default Volume
To configure the Default Volume, go to Project Settings > Graphics > HDRP > Default Volume Profile.
By default, the Default Volume references a Volume Profile called DefaultSettingsVolumeProfile
. DefaultSettingsVolumeProfile
lists all possible Volume Overrides. You can change the properties, but you can't disable or remove Volume Overrides. Refer to Volume Overrides for more information about changing the properties.
You can assign your own Volume Profile.
If you delete the Volume Profile, HDRP automatically reassigns DefaultSettingsVolumeProfile
.
Configure the global volume for a quality level
To configure the global volume for a quality level, follow these steps:
- Go to Project Settings > Quality and select the quality level.
- Go to Rendering > Render Pipeline Asset and open the HDRP Asset.
- In the Volume component, assign a Volume Profile asset. To create a new Volume Profile, select New.
The list of Volume Overrides that the Volume Profile contains appears below the Volume Profile asset. You can add or remove Volume Overrides and edit their properties. Refer to Volume Overrides for more information about changing the Volume Overrides and properties.
Add a volume
To add a volume to your scene and edit its Volume Profile, follow these steps:
- Go to GameObject > Volume and select a GameObject.
- In the Scene or Hierarchy view, select the new GameObject to view it in the Inspector.
- In the Volume component, assign a Volume Profile asset. To create a new Volume Profile, select New.
The list of Volume Overrides that the Volume Profile contains appears below the Volume Profile asset. You can add or remove Volume Overrides and edit their properties. Refer to Volume Overrides for more information about changing the Volume Overrides and properties.
Example: Create a local post-processing effect
The following example shows how to use a local Box Volume to implement a location-based post-processing effect.
-
In a scene, create a new Box Volume using GameObject > Volume > Box Volume.
-
Select the Box Volume. In the Inspector, in the Volume component, select New.
Unity creates the new Volume Profile. -
Select Add Override, then select a post-processing effect.
-
In the Box Collider component, adjust the Size and Center properties so the collider occupies the volume where you want the local post-processing effect to be.
-
Ensure Is Trigger is enabled in the Box Collider component.
-
If you have other Volume components in the scene, change the value of the Priority property to ensure that the Volume Overrides from this volume have higher priority than those of other volumes.
Now, when the Camera is within the bounds of the GameObject's collider, HDRP uses the Volume Overrides from the Volume component.