When trying to use the Kinect with Unity I keep getting the error: DllNotFoundException: C:\Windows\System32\Kinect10.dll KinectSensor.OnApplicationQuit () (at Assets/Script/Kinect/KinectWrapper/KinectSensor.cs:325)

DllNotFoundException: C:\Windows\System32\Kinect10.dll

I downloaded the Kinect SDK and runtime, installed both, imported the Add to “Kinect with MS-SDK” updated it so that it its pointing to Kinect10.dll and not the old file. But when I run, it can’t find the Kinect10.dll file. I checked my computer, the file does not exist on my machine.

Does anyone know WHY it might be missing or any steps it sounds like I’ve missed?

Does anyone know how I can get it or ensure that it is installed?

I’ve seen a few questions on this topic but 0 answers, so I hoped that if I was specific with my issue, including the fact that the file is absent (where some people have the file but get the same error) that someone out there could solve it.

If not, does anyone have any idea on how I can run some simple kinect functionality through Unity, i just have to make a simple project but have been hitting dead ends for a couple of days now :frowning:

Thanks in advance!

Solved the issue with installation: I re-read the installation process and it says “unplug the kinect before installing” so I unplugged the Kinect, started again from scratch and now new errors come up, but the original ones that made me post this have gone, so consider this question answered