Dll 未找到异常

Dll not found exception

我是 Leap Motion 的新手。我正在尝试使用我的 mac 实现 Leap Motion。但是错误显示:

DllNotFoundException: LeapC
Leap.ClockCorrelator..ctor ()
Leap.Unity.LeapServiceProvider.Awake () (at Assets/LeapMotion/Scripts/LeapServiceProvider.cs:162)

但是 LeapC.dllplugins/X86 文件夹中可用。

听起来您正在尝试将 Orion Unity 资产与 V2 软件一起使用(因为 Orion 跟踪软件不适用于 OSX)。 Orion Unity 资产建立在 Orion 中引入的 LeapC API 之上。您需要切换到 Windows 机器或恢复到旧的 V2 Unity 资产,可在此处找到:https://github.com/leapmotion/LeapMotionCoreAssets