コミュニティQ&A

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

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

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

+1 支持

Hello,

I'm using Wwise 2015.1.9 with Unity 5.6.3. I set up Wwise with Unity successfully.

I have sound in the Editor and when I build a windows version. However, impossible to get anything when I build for Android. We tested it with several android devices without success.

I do have my soundbanks copied in the streaming assets folder and I used the android - windows unity integration package (v2015.1.9_Android_Windows).

Is there something I am missing ?

Thank you very much,

Adrien.

Adrien M. (150 ポイント) General Discussion

回答 2

0 支持
I am having the same issue.  Is there any fix here?
Kristina W. (490 ポイント)
0 支持

The answer is that "the sound banks are not in the correct folder. They should be in Assets/StreamingAssets/Audio/GeneratedSoundBanks/ followed by a sub-folder with the name of whatever platform you are using." (quote from https://gamedev.stackexchange.com/questions/124782/unity-wwise-no-audio-in-my-game-build)

I got it to work by copying the Android soundbank folder directly into that path.

Kristina W. (490 ポイント)
I think it's not true, you should just make sure to add to wwise whatever valid path you want your files to be, otherwise it will try to get them from the path you're pointing above. I'm currently using playAssetDelivery and I can read files from within assetPacks using Wwise without any issue, and the files do not exist in the streamingAssets.
...