The UltraLeap hand tracking support.
To develop using UltraLeap hand tracking, you will need:
- A Windows PC, Windows 7 or greater.
- The XRTK.SDK package installed (first)
- The XRTK.UltraLeap package (once a Mixed Reality Scene has been setup)
- A UltraLeap device or simulator
- Hand Tracking
- Create a new Unity Project
- Add the XRTK UPM registry to Unity by Opening the Unity Package Manager (
Window -> Package manager
), selecting theAdvanced
drop down and clicking onAdvanced Project Settings
, then Adding the following details:Name: XRTK
Scope(s): com.xrtk
- Return to the Unity Package manager and select
My Registries
in the Sources) dropdown (next to the+
symbol) - Select the
XRTK.SDK
and clickInstall
- Install the
XRTK.UltraLeap
platform - When prompted, install the SteamVR platform configuration in to your current project
- Close the Unity Package Manager and return to your scene
- Select or create the scene you want to create Mixed Reality Content in
- Select
Mixed Reality Toolkit -> Configure
in the Unity Menu. This will update your scene and add the MixedRealityToolkit instance.
If there is anything not mentioned in this document or you simply want to know more, raise an RFI (Request for Information) request here.