コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

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!

Nikolaj d. (160 ポイント) General Discussion
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.
...