patricksebastien / libpd4unity

libpd for unity 3d
101 stars 20 forks source link

libpd (pure data) with unity 4.x

status:

** You need to copy libpdcsharp.dll where Unity.exe is installed or where your game executable is located in case of a pc standalone build. This hasn't been tested on OSX.

The following files/folders in the Unity project are of relevance:

The whole libpd API hasn't been tested, but will happen at some point in the near future. Feel free to test and report any issues.

setup:

To ensure cross-platform compatibility, place all patches, audio files and externals in Assets > StreamingAssets > PdAssets. Externals have been tested and work fine on OSX. Other platforms are pending.

known issues:

uPD

A relatively complete alternative to Unity's audio engine using Pure Data and LibPD. https://github.com/Magicolo/uPD

thanks to:

alternative:

https://github.com/hagish/kalimba

howto: