Kinect error: DllNotFoundException: UnityInterface.dll, running on Snow Leopard (Mac)

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?

I run into exactly the same error. Have you solved the problem by now?

Please I am into this problem, did you solve this issue? Regards