Hey,
I am trying to use OpenCVSharp to do face tracking and download the Dll from here : OpenCvSharp.
Everything is good in editor, but I have two question here:
-
In editor mode, It always show up the debug message
“DllNotFoundException” when I press the play button at first time, but it will fine at second time…why? -
when I build the exe file, Development Build Message still told me “DllNotFoundException”. I’m sure all Dll is put in “Assets/Plugins” and change player setting “.Net 2.0 subset” to “.Net 2.0” ,but it still can’t work.
Could someone help me?
Here can download my project → Here