Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

How do you get an instance of an FX plugin from Unity?

0 votes
Hello, I wrote WWIse FX plugin that gets some PCM data and stores it in a static array in my IAkInPlaceEffectPlugin class. This plugin lives on a bus and whenever audio goes through that bus the plugin writes the PCM out to this static array. Then, inside of Unity I use the C++ extern stuff to get that PCM data for some processing. This works fine, however, if I have multiple instances of the plugin, they're both going to be writing to this static array. How do I get a particular instance of an FX plugin from the Unity side?
asked Jan 28, 2019 in General Discussion by Mike S. (260 points)

Please sign-in or register to answer this question.

...