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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment