microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
856 stars 276 forks source link

OpenCVUtils.CheckOpenCVWrapperHasLoaded() doesn't work success in Unity2018.3.14,but success in Unity2017.4.5 #226

Open ww362184099 opened 5 years ago

ww362184099 commented 5 years ago

In the Unity2018.3.14,OpenCVUtils.CheckOpenCVWrapperHasLoaded() doesn't work success,and throwing an exception,but it works well in Unity2017.4.5.Could you please tell me the reason?Any one help me? @keveleigh

ww362184099 commented 5 years ago

when i change the scripting backend from .net to il2cpp,it works . But my project can not compile with il2cpp.