Touch Gesture Recognizer

$9
Publisher Sator Imaging
File size 1.35MB
Number of files 8
Latest version 1.0.0
Latest release date 2019-10-04 06:50:14
First release date 2019-10-04 06:50:14
Supported Unity versions 2018.4.2 or higher

This asset is simple and good-enough scripting library for touch gesture recognition.
Simply retrieve touch gesture result using this library like as:

    var zoom = TouchRecognizer.PinchLength;

In almost case, You have to need to write C# script to totally control the feel of your app anyway. Script library is good choice if you familier with scripting.

Bother things like tracking finger IDs on multi-touch, or any others are managed and recognized by Touch Gesture Recognizer.