Skip to content

πŸ–πŸ» Gestures and touch system for Unity.

Notifications You must be signed in to change notification settings

Sorumi/TouchSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TouchSystem

πŸ–πŸ» Gestures and touch system for Unity.

You can easy control touch inputs and gestures with TouchSystem. TouchSystem provides variety built in recognizers and assumes that only one gesture can be recognized at a time.

Feature

Customizable gesture recognizers

If you want to make your own gesture recognizer, all you have to do is subclass AbstractRecognizer and implement some methods.

Control continuous recognize

Continuous recognition means that another gesture can be triggered when one finger leaves the screen and the others remain.

Included Gesture Recognizers

  • Tap Recognizer
  • Pan Recognizer (one or more fingers)
  • Pinch Recognizer (two fingers)

TODO

  • Add gesture target: using collision or rect
  • Add more gestures

About

πŸ–πŸ» Gestures and touch system for Unity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages