Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

HDRP 7.1.6 UpdateVolumetricLightingPerCameraData Error

Discussion in 'High Definition Render Pipeline' started by Elliott-Mitchell, Dec 7, 2019.

  1. Elliott-Mitchell

    Elliott-Mitchell

    Joined:
    Oct 8, 2015
    Posts:
    84
    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)
     
    Bordeaux_Fox likes this.
  2. Bordeaux_Fox

    Bordeaux_Fox

    Joined:
    Nov 14, 2018
    Posts:
    589
  3. chap-unity

    chap-unity

    Unity Technologies

    Joined:
    Nov 4, 2019
    Posts:
    607
    Hey, while we are working on a fix, you can find an easy workaround for this here
     
    Elliott-Mitchell likes this.
  4. Elliott-Mitchell

    Elliott-Mitchell

    Joined:
    Oct 8, 2015
    Posts:
    84
    Thanks!