Open duzc2 opened 9 years ago
Can I know how do we integrate with unity3d in Linux ? I mean, what files are supposed to be place in assets folder ? and which c# scripts need to be attached in the scene( for Eg say hand tracking ) ?
Also encountering this problem. OpenNI.EnumerateDevices() works in Editor but not in build. Has a solution been found for this?
Can you check the latest release?
I found the problem. Unity wasn't including subdirectories in the Plugins folder, which included the sensor drivers.
Ok well done. Thanks for sharing that.
when used in Unity3D , none device could be found. init OK , but no device from DeviceInfo[] devices = OpenNI.EnumerateDevices ();
I have recompiered via .net 3.5 to use it in Unity3D. and all my dlls are x86.