.bundle not copied when unity3d does build
Status: Alpha
Brought to you by:
spacecatx
When building in Unity3D to make an OSX runtime, the vrpnwrapper .bundle doesn't come over into the build files plugins folder. To fix this, I had to move the vrpnwrapper .bundle out of the vrpnwrapper folder into just the assets/plugins folder, and change the references to the bundle in the unity3d code to just being "vrpnwrapper" instead of "vrpnwrapper/vrpnwrapper".