Develop
Develop
Select your platform

GestureExamples Scene

Updated: Nov 6, 2025
Experimental
This feature is considered experimental. Use caution when implementing it in your projects as it could have performance implications resulting in artifacts or other issues that may affect your project.

Overview

The GestureExamples scene showcases the use of the Sequence component combined with active state logic to create a simple swipe gesture.

How to get the sample

The PoseExamples scene can be found in the Unity Project window under Assets > Samples > Meta XR Interaction SDK > VERSION > Example Scenes.
Note: You might need to import the sample from Interaction SDK’s Sample section in Unity Package Manager.

How to use the sample

  • Demonstrates use case of Swipe gesture as near interaction with objects
  • Gestures are only active when hovering objects
  • The stone shows a random color change triggered by either hand
  • The picture frame cycles through pictures in a carousel view, with directional change depending on which hand is swiping
Gestures image

Learn more

Design guidelines

User considerations

Hands

Did you find this page helpful?