Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
Issue ID
775579
Regression
No
[Camera] Enabling HDR buffer on camera dont do it if no images effect is in activated (result: banding)
When the camera is set to HDR, if not post process are running then the camera fallback to LDR without any warning or messages.
As post-effect are not delivered by default, this is bad because when first opening up unity even if hdr and linear are set some strong banding will occur because of LDR -> not cool for 1st impression.
-> summary HDR button should do what it says (OR we should print a warning at least.)
Repro :
open attach project
load scene testScene -> notice the banding / the LDR rendering (using a frame debugger like renderdoc)
activate dof on the camera -> banding is less strong (16b buffer are used)
activate tonemapped -> banding is gone (16b buffer + dithering is applyed)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
Add comment