Hello,
I would like to be able to create a script in unity that controls the positions and movements of one of the leap motion hand models. For example, my script might tell leap motion to turn the hand into a fist automatically in unity. So I had downloaded the Leap Motion Interaction Engine (1.2.0) from the site
https://developer.leapmotion.com/unity#5436356
I was able to get the hands to appear in unity and I can control the with my hand through the leap motion. But if I wanted to preset the hand motion to do some repetitive motion (like close hand into a fist, then open), I would need to somehow modify the scripts. So I was looking through all of them and there is a lot of code and lots of scripts. I needed some guidance as to which script I should look at to move the hands automatically.
Thanks