Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Table of contents

  1. Overview
  2. Contents
  3. How to import

Overview

There are 2 scenes inside the Grapple Samples package:

  • GRPLDemo, this scene uses all the system available in the Grapple Interaction Toolkit to showcase how they can be used.
  • GRPLGestureTester, this scene gives you the finger bending values and current gesture each hand is making. This is really useful for testing and tweaking new or existing gestures.

Contents

  • scenes
  • Scripts
    • Games (Simons says and Rock paper scissors)
    • Wrappers (these hook into the events of some GRPLInteractables and link them to Unity events)
    • Helper (visualize gestures and bend values, object reseter used in desk 1 and a move-and-color the cube of desk 2)
  • Prefabs (Hand prefabs used for the rock paper scissors)
  • Materials (Different color materials, mainly for the simon says game)

How to import

The samples is downloadable after installed the Grapple Interaction Toolkit.


Table of contents