OpenXR Hands default shader messed up

The sample’s hand material needs a custom shader imo
Right now the hand looks messed up because it’s transparent

This is normal, technically. If you want a nicer shader: import the XR Interaction Toolkit (2.4.0) Hands Interaction Demo sample assets and use the Unity_Hand_Medium material. After that, I set mine to Opaque. That looked the nicest in my opinion.

2 Likes

Yeah the hands in the xri hand interaction scene do a depth prepass to resolve this issue.

1 Like