Develop
Develop
Select your platform

TransformerExamples Scene

Updated: Nov 3, 2025

Overview

The TransformerExamples scene showcases the GrabInteractor and HandGrabInteractable (for controllers and hands respectively) with the addition of Physics, Transformers, and Constraints on objects via Grabbables.

How to get the sample

The TransformerExamples 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

  • The map showcases translate-only grabbable objects with planar constraints.
  • The stone gems demonstrate physics objects that can be picked up, thrown, transformed, and scaled with two hands
  • The box demonstrates a one-handed rotational transformation with constraints
  • The figurine demonstrates hide-on-grab functionality for hands
TransformerExamples Scene image

Learn more

Design guidelines

Hands

Core interactions

  • Input mappings: Learn about how input mappings bridge modalities and interaction types.
  • Input hierarchy: Learn about the different input hierarchies.
  • Multimodality: Learn about multimodality.
  • Ray casting: Learn about indirect interaction through ray casting.
  • Touch: Learn about direct interaction through touch.
  • Grab: Learn about grab interactions for object manipulation.
  • Microgestures: Learn about microgesture interactions.