I've been using Leap Motion for over a week now, and I find it quite interesting. I've been following closely with how the examples work in the Leap Motion/Modules/Interaction Engine/Examples and the documentation they have on their website. I quickly realized, as I was snooping around in the folders, that there were no files/scripts that would include the word "Gesture".
The project I'm trying to create would be something of an Inspector. I would have some GameObjects within my Unity Scene, and depending on the gestures the user would do, it would either swipe to the next GameObject, zoom in on the currently selected GameObject and many other things which I have yet to decide. I've looked around GitHub, the internet and the Unity Assets Store. I came across this "Easy Leap Motion Gestures and Starter Kit", which has since been deprecated from the Assets store, and was hoping if there was anything similar to this.
I would use the anchors and other UI elements/functionality the SDK comes with, however, the requirements for this project is to utilize the Desktop/Table Top mode, without the use of VR headsets and controllers. Although Leap Motion is cool and interesting, it is quite rudimentary, as I would always have to reset the scene without my hands glitching all over the scene.
If anyone can help me out, that would be much appreciated. If not, then it was fun to have the opportunity to use Leap Motion