Search Unity

[Prefab] Simple Gesture System now on Unity Prefabs

Discussion in 'Assets and Asset Store' started by bitomule, Jan 30, 2011.

  1. bitomule

    bitomule

    Joined:
    Oct 27, 2008
    Posts:
    173

    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!
     
  2. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    Dear bitomule,

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

    bitomule

    Joined:
    Oct 27, 2008
    Posts:
    173
    Multitouch gestures are on the way on next update. If you think this is easy to code, don´t buy it.
     
  4. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    Oh, no need to tell me. But its good if you're gonna add multitouch gestures.
     
  5. bitomule

    bitomule

    Joined:
    Oct 27, 2008
    Posts:
    173
    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.