Is there a basic setup instruction on setting up Leap motion on unity on Mac? So far I'm unable to find any.
You can find our V2 SDK and a link to our older Unity assets on our Developer Portal here: https://developer.leapmotion.com/sdk/v2
Our V2 Unity setup guide can be found here: https://developer.leapmotion.com/documentation/v2/unity/devguide/Project_Setup.html
Hey jhung,
Thanks for the reply. do I import the whole LeapSDK folder into Unity?
When I go the Assets -> Import Package -> Custom Package, which file do I chose inside the LeapSDK folder? I can't seem to find the assets to import.
Also which version of Unity should I be using?
The assets need to be downloaded from Github here: https://github.com/leapmotion/LeapMotionCoreAssets
You'll need version Unity 5.2.x to use these assets
Thanks jhung, I finally got it.
Do you drag the whole folder downloaded from GitHub into the Unity project Assets folder? Or, do you navigate to the 'Leap Motion' folder within the Main folder downloaded from GitHub? Or is there another way because either way, I'm getting errors?
Project setup instructions can be found here: https://developer.leapmotion.com/documentation/v2/unity/devguide/Project_Setup.html
Yes - your instructions direct me to a git repo here...
I'm not an expert on Unity or LeapMotion so, please tell me, what part of the git repo (URL above) do I import into my Unity project because the git repo does not download as a Unity Package?
Here you go: https://github.com/leapmotion/LeapMotionCoreAssets/releases
Thanks, Alex.