microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

[MRTK3] UI tearing is really bad in URP #11111

Closed pajama closed 1 year ago

pajama commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


Describe the bug

I'm using URP, but it's possible this is also an issue with built in. I have a script that submits my ui canvas rect to the depth buffer It works great to stabilize ui holograms in mrtk2. I'm assuming mrtk3 is using depth for hologram stabilization still, but it seems to not have any effect. Could this be a symptom of URP or MRTK3?

Your setup (please complete the following information)

Target platform (please complete the following information)

pajama commented 1 year ago

this seems to just have been a perf issue. disabling msaa and depth/opaque textures on the render pipeline asset fixed tearing, likely because the depth reprojection stabilization requires 60fps