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
- Baked GI loaded by LoadScene call with Additive mode is not cleaned up when unloading the Scene
- "Reflection Probe" borders disappear when interacting with the UI in the Inspector and one of the Reflection Probe editing tools is selected during the Baking process
- RenderGraph ContextData buffer leaks in IL2CPP when using Native Leak Detection
- Caret in "Add Default Preset" text field is vertically misaligned in Preset Manager
- Unused separation line is present at the bottom of the create GameObject sub menu when right clicking Scene in the Hierarchy
Add comment