Leap Motion Examples

Aimed to provide support to “Leap Motion Examples”-package users - https://www.assetstore.unity3d.com/#/content/11699
Please post your questions below.

Will this work for V2 Leap motion SDK ?

I think it should work, although these examples were developed for v1.

No new Leap Motion Examples with the UI System Canvas from the 4.6 Unity version

Yes, you’re right. I have not updated the LM asset for a long time. Anyway, I think that if you enable the ControlMouseCursor-setting of the LeapManager-component, this should work with the new UI system, too.

This is very useful!!! Thank you~

then…this works android platform well??
i am developing android app enable leap motion…
i installed apk… does not working leap motion and debug massage is please check the leap motion installation.

how can i works your unity sample project in my scene…

and i am not good english …

It could work, although the asset was not made with Android in mind (there was no Android support back then, as far as I remember). You would need to put the LM libraries for Android in place (where they should be) and comment out the content of CheckLibsPresence()-function in LeapScripts/LeapManager.cs, to prevent copying libraries at runtime.