Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Leap Motion Examples

Discussion in 'Assets and Asset Store' started by roumenf, Dec 17, 2013.

  1. roumenf

    roumenf

    Joined:
    Dec 12, 2012
    Posts:
    635
  2. m3ndi3

    m3ndi3

    Joined:
    Mar 6, 2012
    Posts:
    18
    Will this work for V2 Leap motion SDK ?
     
  3. roumenf

    roumenf

    Joined:
    Dec 12, 2012
    Posts:
    635
    I think it should work, although these examples were developed for v1.
     
  4. rafaelrfz

    rafaelrfz

    Joined:
    Feb 12, 2015
    Posts:
    1
    No new Leap Motion Examples with the UI System Canvas from the 4.6 Unity version
     
  5. roumenf

    roumenf

    Joined:
    Dec 12, 2012
    Posts:
    635
    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.
     
  6. Kodol

    Kodol

    Joined:
    Jan 19, 2015
    Posts:
    1
    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 ...
     
  7. roumenf

    roumenf

    Joined:
    Dec 12, 2012
    Posts:
    635
    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.