コミュニティQ&A

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

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

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

0 支持
First off, I just got my ue4 engine build with wwise integrated working, and successfully integrated it into my existing project.

 

Now my question is, what files would I need to upload on p4v so others can download this custom build and be able to hear audio implemented into the project?

Which ue4 engine directories need to be shared (sorry I'm not really a programmer, and up until this point our little team hasn't used custom source code for ue4),

and does every team member need wwise installed, or do they just need the project files with correct path in the config?
Marc J. (200 ポイント) General Discussion

回答 1

+1 支持
Hi Marc,

Everyone will need the integration code in their engine build, but only the sound designer(s) will need the Wwise project. The beauty of Wwise's UE4 integration is that UE4 builds the banks into UE4 assets using the wwise sdk files. The Wwise project folder is needed to build the banks within the UE4 editor, however once they're built, they will be useable for anyone who has UE4 with Wwise integration.

So everyone else on the team WILL still need the same UE4+Wwise build. As far as the UE4 licensing goes for useage, I am assuming you can still version control your entire UE4 source for your whole team, if they have subscriptions. Perhaps someone else could clarify this. If not, each team member would need to add the Wwise integration files to their own UE4 build.
Richard Goulet (5.8k ポイント)
Richard pretty much nailed it: Every member of your team will need the UE4 compiled with Wwise. You probably already have some sort of version control for your UE4 tree, so anything that came in the integration zip (or anything that is on GitHub), minus the demo game and Wwise project, is needed to use the Integration.

As far as the game goes, you only need your soundbanks. Once generated, they are found in YOUR_GAME_PATH/content/WwiseAudio. This is all that is needed for the other members of your team.

As far as binaries go, you would need the same binaries as when distributing UE4. As Richard mentioned, there might be licensing issues, so you're better off contacting Epic support on this.
...