camera.backgroundColor is not working, and HDCamera.backgroundColorHDR is not setable !

Hi All,

I just tried to migrate a small project to HDRP in Unity 2019.3b12, but the camera backgroundColor stopped working, and when I try to get the HDCamera components, the backgroundColorHDR did not implement the Set properties.

I am wandering is it just temporary bug that unity will fix in next HDRP update, or is it designed so. if this is how it designed, how can I change camera backgroundColor in scripts in runtime.

Thanks,

Alex

tried 2020.1b, still can not set background color of a camera

the backgroundColorHDR can now be set in 2020.1b1, through HDAdditionalCameraData

1 Like