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
6.01k stars 2.12k forks source link

Hand shader does not work on URP #10874

Closed Zee2 closed 2 years ago

Zee2 commented 2 years 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

The hand shader is nonfunctional on URP, due to URP not support multipass shaders.

To reproduce

Steps to reproduce the behavior:

  1. Load URP project with MRTK3
  2. Observe hands broken

Expected behavior

Hand shader should appear mostly the same between URP and non-URP.

Zee2 commented 2 years ago

Done!