在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

Unity in Editor Integration issue [已关闭]

0 投票

 

Please see: Editor-time sound engine in Unity

There's a code snipplet:

https://gist.github.com/zedarus/aeb36c59c5269df4bc991aebc70db95f

I get this error or symbol not found:

bank.LoadInEditor();

bank.UnLoadInEditor();

Do you have any ideas where 'LoadInEditor' is located at?
 

 

问题关闭原因: I managed to fix by adding this.
最新提问 9月 22, 2019 分类:General Discussion | 用户: Sally P. (360 分)
已关闭 6月 30, 2021 用户:Mads Maretty S. (Audiokinetic)

1个回答

0 投票
I managed to fix by adding this line:

   _wwiseInitializer.runInEditMode = true; // Add this to Unity script.
最新回答 9月 27, 2019 用户: Sally P. (360 分)
...