Skip to main content
Version: 06 Nov 2023

Hand Tracking Overview

Overview

Hand tracking API provides access to the left / right hand positions, keyposes, bones, and confidence values. The HandTracking API is now used through Unity's XR Input Subsystem. Classes that are related the hand tracking can be found in the following namespaces.

using UnityEngine.XR;
using UnityEngine.XR.MagicLeap;

Requirements

Hand Tracking Requires developers to enable the Hand Tracking permissions in the Manifest Settings. To do this Go to Edit > Project Settings > Magic Leap > Permissions and enable com.magicleap.permission.HAND_TRACKING. For more information, refer to the permissions guide.

See Also