microsoft / MixedReality-GraphicsTools-Unity

Graphics tools and components for developing Mixed Reality applications in Unity.
MIT License
182 stars 42 forks source link

Unity 6 Render Graph API Compilation Fixes #224

Closed Cameron-Micka closed 1 month ago

Cameron-Micka commented 1 month ago

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

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):

git fetch origin pull/{PR_ID}/head:name_of_local_branch

git checkout name_of_local_branch