Search Issue Tracker
By Design
Votes
0
Found in [Package]
4.1.0 - 7.0.1
Issue ID
1180058
Regression
No
[HDRP] 'HDR' and 'Allow MSAA' Camera settings get reset when Camera GameObject is re-enabled
Reproduction steps:
1. Create a new HDRP project
2. Select the Main Camera GameObject and enter Inspector Debug mode
3. Enable the 'HDR' and 'Allow MSAA' Camera settings
4. Disable the Main Camera GameObject
5. Enable the Main Camera GameObject
Expected result: The settings do not change
Actual result: The settings get reset
Reproducible with: 2018.4.8f1, 2019.2.4f1, 2019.3.0b2, 2020.1.0a3
Could not test with: 2017.4.32f1(HDRP was not available yet)
Tested with package versions: 4.1.0, 6.9.1, 7.0.1
Notes:
1. The issue only affects HDRP projects
2. The settings also reset when the Editor reloaded
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
"HDR" and "Allow MSAA" options are incompatible with HDRP and should be forced to false. We are actively setting those to false on the OnEnable of the camera as they shouldn't be set.