Skip to main content
Version: 20 Mar 2024

Hand Tracking Overview

The Magic Leap 2 OpenXR Unity SDK supports hand tracking via the Hand Interaction Profile. The interaction profile can be enabled by selecting Edit > Project Settings > XR Plug-in Management > OpenXR, then adding the interaction profile into the Enabled Interaction Profiles section.

Enabling the Hand Interaction profile allows developers to access Hand Tracking data via Unity's Input System or using the Unity XR Hands Package.

caution

This feature requires the HAND_TRACKING permission to be enabled in your project's Permissions Settings (Edit > Project Settings > Magic Leap > Permissions).

XR Hands Package

To get started using hand tracking inside your application quickly. Checkout Unity's XR Hands Package.

In this Category