在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。
Hi,
Since few days I have an error when I launch the scene in Unity 5 :
"Wwise: Plug-in media unavailable: 135219 (Objects: -1)
UnityEngine.DEbug:LogError(Object)"
All the plugins I use are registred, I don't understand.
Thank you,
Nicolas,
Hello Nicolas,
Some effects, such as the Convolution Reverb, require media files to work. You will get this " Wwise: Plug-in media unavailable " error if you don't add that media file to your soundbank. There are multiple ways of including a plug-in media file to your soundbank:
You can insert the Shareset effect object inside the inclusion list of your SoundBank.
You can insert the owner object (bus, auxiliary bus or Actor-Mixer Hierarchy object) inside the inclusion list of your SoundBank.
You can insert the event inside the inclusion list of your SoundBank, if the effect is owned by an Actor-Mixer Hierarchy object
Hope this helps !