patricksebastien / libpd4unity

libpd for unity 3d
101 stars 20 forks source link

Added convenience which removes the need to copy .dll's to unity's application folder. #5

Closed thefuntastic closed 10 years ago

thefuntastic commented 10 years ago

Using the strategy as described here http://forum.unity3d.com/threads/31083-DllNotFoundException-when-depend-on-another-dll/page2 , PluginUtils.cs dynamically appends the plugins folder to the environment PATH variable. The circumvents the need to copy anything to the Unity.exe application folder - which is pretty gross.

Tested on Win and OSX.

patricksebastien commented 10 years ago

Nice work! Thanks

re-sounding commented 10 years ago

Indeed, great work Peter! I look forward to testing it out soon.

patricksebastien mailto:notifications@github.com 15 April 2014 14:50

Nice work! Thanks

— Reply to this email directly or view it on GitHub https://github.com/patricksebastien/libpd4unity/pull/5#issuecomment-40483188.

Peter Cardwell-Gardner mailto:notifications@github.com 14 April 2014 06:41

Using the strategy as described here http://forum.unity3d.com/threads/31083-DllNotFoundException-when-depend-on-another-dll/page2 , PluginUtils.cs dynamically appends the plugins folder to the environment PATH variable. The circumvents the need to copy anything to the Unity.exe application folder - which is pretty gross.

Tested on Win and OSX.


    You can merge this Pull Request by running

git pull https://github.com/thefuntastic/libpd4unity master

Or view, comment on, or merge it at:

https://github.com/patricksebastien/libpd4unity/pull/5

    Commit Summary

— Reply to this email directly or view it on GitHub https://github.com/patricksebastien/libpd4unity/pull/5.

patricksebastien commented 10 years ago

BTW let me know if you want to be a collaborator - much easier to modify the repo. I will update the README with your instructions (MinGW legacy / pthread).

thefuntastic commented 10 years ago

Okay, collaborator status would be cool. I'm looking at using libpd for a fully featured commercial title - Cadence. Thus I'm keen to get it as solid as possible.

patricksebastien commented 10 years ago

Done (updated the README and added a recent build of libpd (with pthread). Cadence looks like a neat sounding game!! If you need BETA tester let me know. Cheers!