Touching object using leap motion

Hi,

I am a beginner in unity, I want to touch an 3D object say cube. I use leap motion and use touch emulation also using unity free version. I want to have feedback in each of the finger using touch emulation.

I have try to do that, but I could not work.
Can someone help me to get the idea how to do it?

Thank you in advance.

You need to add “rigid body” and “collide box” components for your cube. And make sure you have “rigidhand” script (from the Assets - leap motion - prefabs - HandModelPhysical) with your hand physic model of the HandController

There’s a free package for Leap Motion on asset store, may be useful: Leap Motion Examples | Input Management | Unity Asset Store

Can anyone paste a code for touching emulation of cube.
Thanks in advance!
@limavolt
@archandy85