MRTK
[[Here]https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/?view=mrtkunity-2021-05] is the official docs
Summary
- ObjectManipulator script that you'll apply to a cube for direct manipulation with hands
- SinglePass instanced rendering optimizes the Unity rendering pipeline
- MRTK Shaders instead of Unity 3D standard shader
- Aim for 60 FPS
- Turn on Depth Buffer Sharing (16-bit depth is better)