-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use in Unity3D #18
Comments
Can I know how do we integrate with unity3d in Linux ? |
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.
The text was updated successfully, but these errors were encountered: