Fixes APIs deprecated in Unity 6. Unity is in the process of deprecating the existing custom render pass system for "render graph"
Unity - Manual: Compatibility Mode in URP (unity3d.com) As a quick fix to get compiling/working again we are using compatibility mode. In the future we will make a task to port over to the new render graph system.
Verification
As a reviewer, it is possible to check out this change locally by using the following
commands (substituting {PR_ID} with the ID of this pull request):
Overview
Fixes APIs deprecated in Unity 6. Unity is in the process of deprecating the existing custom render pass system for "render graph" Unity - Manual: Compatibility Mode in URP (unity3d.com) As a quick fix to get compiling/working again we are using compatibility mode. In the future we will make a task to port over to the new render graph system.
Verification