Hello!I just started to develop games with Leap Motion. I'm trying to detect swipes in Unity. I searched some tutorials online, but i found only old ones. What's the best way to do that?
Swipe gestures are no longer present in the codebase because we generally found them to be a poor user experience. That being said, building your own gestures has always been possible using the raw tracking data.