[Prefab] Simple Gesture System now on Unity Prefabs

This brilliantly Simple Gesture System helps you to easily set up and recognize gestures: Mouse or touch-movements in a certain direction or place on the screen.

  • It works on touch devices/web/pc/mac
  • Really easy to use
  • Really fast
  • Add new gestures directly from the inspector
  • You can set Max Distance, Min Distance and Max Time for each Gesture
  • Also allows you to create tap buttons/hold buttons
  • Debug mode to see where you place buttons and get gesture info (Distance,Start Position, End Position)

What kind of gestures does the system currently support?

  • Up
  • Down
  • Left
  • Right
  • Diagonals
  • All the gestures but starting on a Button

Included in download:

  • Prefab
  • Sample Scene

Try the online preview demo:

DEMO

Debug mode is active during the online demo.

Controls:

  • Line Up: Move "character" up
  • Line Down: Move "character" down
  • Left Screen Button (hold): Move "character" left
  • Right Screen Button (hold) : Move "character" right

Tutorials:

Video1
Video2

Purchase Link

New Updates Coming Soon!

Dear bitomule,

These are trivial to code. At least add a pinch gesture and a rotate gesture for multitouch to make it interesting.

Multitouch gestures are on the way on next update. If you think this is easy to code, don´t buy it.

Oh, no need to tell me. But its good if you’re gonna add multitouch gestures.

Yes, i´m going to add multitouch gestures soon but as you can read this is a simple gesture system, not a complex one. I create it for my own game.