Hey! When updating a project from 7.1.5 to 7.1.6 I get this error! I tried in 2019.3.0f1 and earlier. Anyone else seeing this in their projects, or have suggestions?
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Rendering.HighDefinition.HDRenderPipeline.UpdateVolumetricLightingPerCameraData (UnityEngine.Rendering.HighDefinition.HDCamera hdCamera) (at Library/PackageCache/com.unity.render-pipelines.high-definition@7.1.6/Runtime/Lighting/VolumetricLighting/VolumetricLighting.cs:342)
I read your thread. I encountered the same bug with my game running in the latest beta version of Unity.
Already made a post here:
Seems that they break some of their own code in the HDRP package. They should add code to catch that null reference and also fix whatever cause vbufferparams to be null.