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.

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 :)
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.
by Mathieu J. (Audiokinetic) (7.1k points)
selected by Clément D.
...