microsoft / MixedReality-GraphicsTools-Unity

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

Improved 2023 Support #213

Closed Cameron-Micka closed 6 months ago

Cameron-Micka commented 6 months ago

Overview

Fixes a few compilation errors due to deprecated APIs in Unity 2023+ .

Changes

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