Ultraleap in Unity¶
You can use Ultraleap hand tracking in Unity either through OpenXR or through Ultraleap's plugin directly.
The Ultraleap plugin provides additional features to help you in creating your hand tracked applications.
Now Introducing Physical Hands. A whole new way to interact with the virtual world.
Using Ultraleap with…¶
OpenXR/LeapC
Ideal for:
Building hand tracking only apps
Our own plugin is optimized for building hand tracking experiences and provides a quick way to start building for hands.
We provide some features that can’t be found from the other frameworks, such as advanced pose detector and hand physics.
Ultraleap plugin documentation
OpenXR/LeapC
Ideal for: Using controllers and/or hands
Allows you to create XR experiences supported by both controllers and hand tracking. It is not specific to hands like our own plugin, but provides a good base for common interactions.
OpenXR/LeapC
Ideal for: Advanced UI interaction needs
MRTK3 is a robust XR framework for advanced UI needs. It builds on top of Unity's XRI, and adds a lot of affordances for hand tracking. MRTK is an extensive system that may take a bit more time to learn.