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
- Hand Tracking API Overview
- An overview of the core hand tracking API, including example scripts.
- Gesture Classification API Overview
- An overview of the gesture classification API, including example scripts.
📄️ Hand Tracking Overview
This section provides information on the core Hand Tracking API and how to enable it inside your applications.