Gesture debugger
The Gestures sample provides a gesture debugging scene that you can use to help design and test gestures.
The debug visualizer in this scene shows:
- The current finger shape values for all fingers.
- The target finger shape values for one configured HandShape asset.
- The tolerance range for the configured hand shape asset.
- Gesture detection of six preconfigured gestures.
Tip
You can edit the HandGesture scene to change the hand shape used for the target values and tolerances shown on the finger shape graphs. You can also replace the preconfigured gestures with your own or add additional gestures.
Refer to the following topics for more information:
Topic | description |
---|---|
Install the gesture visualizer | How to import the sample HandGestures scene into your project. |
Understand the gesture visualizer | Describes the information shown by the visualizer. |
Customize the gesture visualizer | How to add your own gestures and hand shapes to the visualizer. |