TouchGrabExamples Scene
Updated: Aug 7, 2024
The TouchGrabExamples scene showcases a procedural pose grab interaction.
The TouchGrabExamples 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.
There are two different types of distance grab interactions demonstrated in the TouchGrabExamples scene:
- Kinematic demonstrates the interaction working with non-physics objects
- Physical demonstrates the interaction of a non-kinematic object with gravity as well as the interplay between grabbing and non-grabbing with physical collisions.
Note
Controllers can be used as Hands with the same interaction and procedural posing.