June 2017
Beginner to intermediate
336 pages
8h 44m
English
To add an Air Tap gesture, we need to write a custom script for it. But, before that, Go to the Assets folder, navigate to HoloToolkit | Input | Scripts | InputSource, and Attach the GestureInput.cs with Root Object in the Object Explorer. Then perform the following action for writing custom scripts:
By default, the LensGestureHandler class is inherited from MonoBehaviour. MonoBehaviour is the base class from which every Unity script derives. In the next step, Implement InputClickHandler interface in the LensGestureHandler ...
Read now
Unlock full access