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 I register a Wwise plugin in Unity ?

0 votes
I can't find the RegisterPlugin() function nor any of the related functions in the Unity-Wwise API. I want to use a Convolution Reverb but it doesn't work until I launch the profiler (I did place the effect in my soundbank)

Thanks for answering :)
asked Sep 17, 2013 in General Discussion by Clément D. (200 points)

1 Answer

0 votes
 
Best answer
If your Convolution Reverb works when you connect, it is already properly registered.  You don't need to call RegisterPlugin (which incidentally, can't be called from C#).  Probably simply a sound bank deployment problem, an old bank is loaded instead of the one with your reverb.
answered Sep 19, 2013 by Mathieu J. (Audiokinetic) (7,120 points)
selected Feb 29, 2016 by Clément D.
...