Leap Motion Development (6) Multiple Leap Motion Research

Hand interaction Leap Motion launches multi-device support
Ultraleap's experimental version launched in 2018, which includes multi-device support adapted to Unity.
Unity version requirements : 5.6.2, 2017.1-4, and 2018.1
VS version requirements : I installed the Unity2018 version, which is not compatible with the existing VS2019, and there is no way to perform code completion and other operations, so I installed VS2017, and the problem was solved.
Github address
insert image description here
To install the leap motionSDK under Multidevice Service,
just import the Assets folder into Unity (I am using Unity2018)
, where the Multi-Device (Desktop) scene point is opened

Guess you like

Origin blog.csdn.net/qq_39006214/article/details/127709514