Open y3lousso opened 6 years ago
"dllnotfoundexception motioncontrollermodel"
According to MRTK :
2017.2.1.4 Patch Release - Breaking Changes : (#1880) MotionControllerModel.dll renamed to EditorMotionController.dll
How to fix it : [DllImport("MotionControllerModel")] private static extern bool TryGetMotionControllerModel(...);
Should be : [DllImport("EditorMotionController")] private static extern bool TryGetMotionControllerModel(...);
"dllnotfoundexception motioncontrollermodel"
According to MRTK :
2017.2.1.4 Patch Release - Breaking Changes : (#1880) MotionControllerModel.dll renamed to EditorMotionController.dll
How to fix it : [DllImport("MotionControllerModel")] private static extern bool TryGetMotionControllerModel(...);
Should be : [DllImport("EditorMotionController")] private static extern bool TryGetMotionControllerModel(...);