Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.0.0
Issue ID
1325842
Regression
No
Disabling the Quality checkbox for the DOF effect in HDRP doesn't disable child properties
Reproduction steps:
1. Open attached project "HDRP_DOF_Minimal.zip" and scene "SampleScene"
2. In Hierarchy window, select "Global Volume" GameObject
3. In Inspector window, disable the "Quality" setting checkbox
4. In Inspector window, observe and interact with Near and Far blur sliders.
Expected result: The sliders are disabled
Actual result: The sliders are not disabled
Reproducible with: 7.5.3 (2019.4.23f1), 10.4.0 (2020.3.3f1), 11.0.0 (2021.1.1f1), 12.0.0 (2021.2.0a12)
Could not test with: 2018.4.33f1 (compilation errors break project)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
With volumes in general we don't want to disable some parameters based on others because this will affect negatively some workflows (for example you can't override "just them" and you're forced to override the dependent parameter).
So the behavior that is described in the ticket is by design.