Hi,
I am currently developing a game in Unity that works with Kinect. However, “DllNotFoundException: UnityInterface.dll
KinectManager.Start () (at Assets/KinectManager.cs:235)” this error always show up whenever I run it.
I am sure I have installed Nite, SensorKinect, and openNI correctly because I’m able to run the samples with my Kinect successfully. I have also try testing out my Kinect with Zigfu and it is also running smoothly.
This is where the part in my code where the error shows up when I clicked on it,
“// Make sure we have the Open NI file.
uint rc = KinectWrapper.Init(new StringBuilder(”.\OpenNI.xml"));"
I have placed both the OpenNI.xml file and UnityInterface.dll file at the root of my project but the error is still surfacing. Can someone help please?