- Home /
Pure Data (Pd) + Android + Unity integration?
Anyone knows any lib or plugin to integrate Pure Data and Unity to develop a Android game?
I found some libs (LibPdIntegration, Heavy, libpd4unity, Kalimba) at GitHub and some worked very well in a Windows game, but none worked in my Unity project for mobile, that already has an Android plugin (Mobile Speech Recognizer).
I am developing a mobile audiogame and I need to integrate Pd and Unity to build a Android apk.
Answer by kolere · Feb 06 at 09:53 AM
Heavy is your best shot I guess? Needs some work though, the unity and android integration is untested at the moment (want to help out? :) )
Documentation is here: https://github.com/Wasted-Audio/hvcc/blob/develop/docs/03.gen.unity.md
Thanks, This looks really the answer. But it needs to be real programmer I guess to make this happen. There are some guys who try to make implementations. https://github.com/irllabs/libpd4unity-starter apk is working but something going on with dll libraries in project. Unity says libpd libraries compiled for 32bit project, but don't think it's true) So yeah it will be great help if you can explain step by step what to do with Heavy. What I need is some kind of music tick function(delegate), so I can make rhythm games, and music systems. I'm working on few music game projects this is one of them https://evgenidoudar.itch.io/planetfog which is based on UE4 Quartz audio. The other project is much simpler https://youtu.be/VhPQckp0TAQ that's why I'm looking for something less grandiose than UE)
Your answer
Follow this Question
Related Questions
How to get an Android reference to an Audio Clip? 0 Answers
Gradle build fails as GameAnalytics conflicts with a library using Room database 1 Answer
Android plugin loading resources problem 1 Answer
use own sound recorder android library in unity 1 Answer
Connect to Bluetooth network within App 0 Answers