Hello I am working on my senior project for college and I was wondering if anyone had any links to examples or can help me with how to use leap motion on a first person character to push buttons and pull levers.
There’s a free Leap Motion Starter Kit on the Asset Store.
yes but can it be used on a moving character like an fps?
You’d have to handle the code that mediates between Leap Motion and your first person controller.
is there any examples for this or is there a better way to do motion input?
Many nice demos in this package also,
Clicking buttons would be easy, just add trigger to the button and then collider on the fingers…
Levers, maybe add some hinge joint to it, then just grab the lever like in those box demos…
(there are some gesture detected in leap also, could check those)
Can try kinect, but less accurate if need hands only…
Or Thalmic Myo, has gyro/IMU and some gesture detection… (but i’d say leap is more suitable for this)