microsoft / MixedReality-GraphicsTools-Unity

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

RenderTargetHandle deprecated in Unity 2023 #210

Closed marlenaklein-msft closed 6 months ago

marlenaklein-msft commented 7 months ago

Describe the bug

RenderTargetHandle is deprecated in favor of RTHandle.

To reproduce

Load a project with graphics tools v0.6.5 or v.0.6.7 on Unity 2023.2 LTS. Observe compile errors.

Screenshots

image

Your setup (please complete the following information)

Cameron-Micka commented 6 months ago

Hey @marlenaklein-msft, this should be fixed now with v0.7.0 and above.