patricksebastien / libpd4unity

libpd for unity 3d
101 stars 20 forks source link

unity webplayer #2

Closed Lilu85 closed 11 years ago

Lilu85 commented 11 years ago

I downloaded the libpd4unity exactly as it said install mingw and compile libpd (https://github.com/libpd/libpd) make csharplib copy libs/libpdcsharl.dll to Assets/Plugins

And it is working fine with the unity editor and pc(windows), but i need it to work with unity webplayer and it dosen't work ( i see the images but there is no sound)

Can any one tell me something about this? any ideas?

Thanks,

patricksebastien commented 11 years ago

It is impossible: disabled for security reasons (by Unity). They would not enable a way for you to run native code (what a DLL will do) on the web player because it would be a huge security issue.