rodrigodzf / Jack-Audio-For-Unity

Jack Audio support for Unity3d
MIT License
30 stars 7 forks source link

JackAudio load OSX plugin #13

Closed osadsanu closed 4 years ago

osadsanu commented 5 years ago

Opening by default the project on OSX, gives the error that the dll is not found. The plugin's on the correct folder but the JackWrapper only load the plugin for Windows. Adding the compiler "if" allows loading both plugins on any platform ( win or osx).