adevine1618 / KinectSDK-Unity3D_Interface_Plugin

This is a wrapper that allows the user to access Microsoft's Kinect SDK v.1.7 data from inside the free Unity3D game engine. This is a workaround for the problem of Mono not supporting .NET 4.
107 stars 34 forks source link

DllNotFoundException: /Assets/Kinect/Plugins/KUInterface.dll #9

Open col000r opened 11 years ago

col000r commented 11 years ago

Kinect for Windows Windows 8 Kinect SDK 1.0 Unity 4.0.1

I import the package, drag the KUInterface script onto the Camera in a new scene, press play and this is all that happens:

DllNotFoundException: /Assets/Kinect/Plugins/KUInterface.dll KUInterface.Update () (at Assets/Kinect/Scripts/KUInterface.cs:218)

over and over and over again. What do I do?

wellington1805 commented 11 years ago

The same issue was resolved for me when I changed the assets folder to source folder of Unity Project. Check if the asset folder exist on source folder of your Unity project.

postonoh commented 11 years ago

Can explain to me how to change the asset folder to the source folder

HazimIjaz commented 4 years ago

Did you fix it? If so then how? I need help regarding this