Upgrading HDRP from Unity 2019.3 to Unity 2020.1
In the High Definition Render Pipeline (HDRP), some features work differently between major versions of Unity. This document helps you upgrade HDRP from Unity 2019.3 to 2020.1.
Mesh LOD Transition
From Unity 2020.1, HDRP no longer uses dithering for the LOD crossfade transition between a LOD that uses a material with tessellation and a LOD that uses a material with no tessellation. Instead, HDRP smoothly decreases the tessellation displacement strength. This improves the transition between the first high-quality LOD with tessellation and a second mid-quality LOD without tessellation. The remaining transitions between non-tessellation materials still use dithering.
Scene View Camera Settings
From Unity 2020.1, the HDRP-specific settings of the scene view camera (anti-aliasing mode and stop NaNs) can be found in the same pop-up window as the standard scene camera settings, which are accessible by clicking the scene camera button on the toolbar of the scene window. These settings were previously in the HDRP preferences window (Edit > Preferences).
Cookie baking
From Unity 2020.1, Cookie on light are not taken into account for the lightmaps / Lightprobes. This support is always enable with HDRP.
Default Volume Profile
From Unity 2020.1, the default Volume Profile Asset has the Exposure override's Compensation set to 0. This may cause a decrease in brightness of 1EV in scene's that have not changed the default settings and do not override them.
Custom Pass Volume
From Unity 2020.1, the Custom Pass System executes all the custom passes in the scene even if you have more than one Custom Pass Volume configured with the same injection point. Prior to this version, having two or more Custom Pass Volume with the same injection point resulted in an execution of only one Custom Pass Volume. This was an undefined behavior as you couldn't predict which Custom Pass Volume would be executed.
There is now a priority in the Custom Pass Volume which can be used to modify the execution order between custom passes that uses the same injection point.