Innoactive / VRTK-Windows-MR-Extension

Extension for VRTK to include Windows Mixed Reality controller visualization with GLTF
MIT License
18 stars 5 forks source link

DLL name changed : MotionControllerModel-> EditorMotionController #9

Open y3lousso opened 6 years ago

y3lousso commented 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(...);