- Changing HDRP Default Volume Profile in Project Settings can fail immediately after project open because HDRP is assigned but the runtime render pipeline instance has not been created yet, so the UI treats HDRP as inactive.
Repro Steps
-
- Create new HDRP project
- Edit > Project Settings > Graphics.
- In the HDRP settings section, find Default > Default Profile.
- Click the object picker for Default Profile.
- Select a different existing VolumeProfile asset, for example Assets/New Volume Profile 1.asset or Assets/New Volume Profile 2.asset.
- Confirm the selection.
Actual results: The Default Profile value is reverted to the previous asset, and the Console logs: Cannot change Default Volume Profile when HDRenderPipeline is not active. Rolling back to previous value.
Expected results: The new Default Profile should be accepted when HDRP is the project’s assigned render pipeline.
Reproducible with versions: 6000.6
Not reproducible with versions: -