You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #30 we should see if we can include cwipc in the Unity Marketplace (or whatever it is called).
For this we should probably include binary DLLs for everything except the Kinect and Realsense SDKs, at least for Windows. (and provide decent instructions for how to install those two).
I think that for Mac/Linux it is best if we don't include any .so or .dylib but simply provide instructions (brew/apt). Especially for Mac, because Unity doesn't really like having multiple dylibs with the same name, even if they are for different platforms.
The text was updated successfully, but these errors were encountered:
After #30 we should see if we can include cwipc in the Unity Marketplace (or whatever it is called).
For this we should probably include binary DLLs for everything except the Kinect and Realsense SDKs, at least for Windows. (and provide decent instructions for how to install those two).
I think that for Mac/Linux it is best if we don't include any
.so
or.dylib
but simply provide instructions (brew/apt). Especially for Mac, because Unity doesn't really like having multiple dylibs with the same name, even if they are for different platforms.The text was updated successfully, but these errors were encountered: