社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

0 投票

I've bee struggling with this Unity error for a long time. I have generated sound banks in my Wwise project and in the streaming assets in Unity. Any ideas about what to look for?

Unity 2019.3.3 and Weise 20192.0

Thank you!

分类:General Discussion | 用户: Nikolaj d. (160 分)
We recently moved the Wwise project folder out of our Unity project's main repository. After making sure everything was set up, I tried removing the project folder to simulate what it will look and sound like for members of the team who won't have the Wwise project. Upon opening the Unity project, the same warning popped up.

https://i.imgur.com/zHNa2xg.png

To be clear, it wasn't there when Unity was able to find the Wwise project folder. This leads me to believe that it's looking in the project folder itself to find the folder it mentions, as opposed to in the GeneratedSoundBanks folder.

1个回答

0 投票
Hey Nikolaj

Unfortunately I cannot see the image. Could you upload it again? or add a link to it?

In relation to SoundBanks subfolder not found, what's the path to your generated SoundBanks? Do you have platform specific folders in your "GeneratedSoundBanks" folder (like 'Windows', 'Mac', etc)? What about your Wwise Settings in Unity, how does that look? What about your User Settings in your SoundBank Layout, what's the paths in there?
用户: Mads Maretty S. (Audiokinetic) (40.2k 分)
Hi Mads,

Here's a link to the image: https://www.dropbox.com/s/s0cnl76lnlewieo/Wwise%20errors%20TSR.png?dl=0

Yes I have both a Mac and Windows folder in the GeneratedSoundBanks folder in the Wwise project.

Here's how my Wwise settings look in Unity: https://www.dropbox.com/s/uwt4ief9kqgg6ks/Wwise%20Unity%20settings.png?dl=0

Here's how my user settings look like: https://www.dropbox.com/s/dh9y1jkkzzdr94n/Wwise%20user%20settings.png?dl=0

Thank you!
Hmm to me that should look just fine. Do you get the same problems when you generate from Wwise and Wwise Picker?

And just to make sure, does your SoundBank folder structure look like this:

GeneratedSoundBanks
> Mac
> Windows
> Wwise_IDs.h
Hmm... How about the SoundBank hierarchy in your Wwise project? Any special letters in folder names? Have you tried adding all SoundBanks to the parent work unit and then retry?
Right now we're just working with a main soundbank, so nothing special there: https://www.dropbox.com/s/kprgoyndajx0o55/Wwise%20Soundbanks%20.png?dl=0
Hmm... How are you loading the SoundBank?
Also, could you try to re-path the Unity project to your Wwise project and maybe copy the 'GeneratedSoundBanks' manually into the Streaming Assets folder?
Hi Mads,
How do I re-path the Unity project to the Wwise project?
Manually copying the folder GeneratedSoundBanks folder from the Wwise project didn't help...
In the Wwise Editor, click the ... and relocate your Wwise Project. That said, if all of this doesn't make a difference, let's go back to how the SoundBanks are loaded in the first place. I can't see that you're getting a load bank fail error, so can you explain a bit more on how you do that?
I'm simply just using the AkBank component to load the soundbank on Awake: https://www.dropbox.com/s/s9j899q1heh88zj/Wwise%20Soundbank%20load.png?dl=0
Hi! I am having the same issue. Was this ever solved?
I'm having this issue too, but only with WebGL build setting; if I build the game for PC, Mac & Linux Standalone it works just fine.
...