menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
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 :)
Clément D. (200 ポイント) General Discussion

回答 1

0 支持
 
ベストアンサー
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.
Mathieu J. (Audiokinetic) (7.1k ポイント)
Clément D. 選択
...