ultraleap / UnityPlugin

Ultraleap SDK for Unity.
https://docs.ultraleap.com/unity-api/
Apache License 2.0
531 stars 168 forks source link

How do I differentiate between fingers and tool when using this plugin? #1659

Closed DanielD2019 closed 1 month ago

DanielD2019 commented 1 month ago

How do I differentiate between fingers and tool when using this plugin?Similar to C++ Pointable::isTool()

JamesProvan-UL commented 1 month ago

Hi @DanielD2019.

I've answered your question via our support e-mail, but I will copy the response here.

Tool support was removed in Orion V4 of the LeapSDK. If you are using anything other than the original Leap Motion and V2/V3 of the Leap Motion software, tool detection will not work. As such it is not supported in our latest Unity plugin.

Please see here for how to get hand tracking data including the fingers: https://docs.ultraleap.com/xr-and-tabletop/xr/unity/plugin/features/scripting-fundamentals.html

Thanks, Jim