コミュニティQ&A

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

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

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

+1 支持

I see some guidance here: 

https://www.audiokinetic.com/library/2015.1_5363/?source=Help&id=using_wwise_with_source_control_system

https://www.audiokinetic.com/qa/9/should-i-add-my-akpk-or-akd-files-to-perforce?show=9#q9

but I couldn't see a definitive list.

It looks like:

  • FOLDER: .cache/* (as mentioned in link above)
  • FILE: .akd (as mentioned in link above)
  • FILE: .prof (I see these appear in the root WWISE project folder, I assume they aren't needed in source control)
  • FILE: .wsettings (Usually prefixed with <Project>.<Username>.wsettings)
  • FILE: .validationcache (Usually prefixed with <Project>.<Username>.validationcache)
What about *.wem files? Should these also be omitted from source control?
Chris (690 ポイント) General Discussion

回答 2

0 支持
Hi Chris,

I have not seen a definitive list from what I recall, but typically in source control I ignore .cache/, and /originals.  This will usually leave you with only a few mb for your entire project. If there are other sound designers working with me, we will use our own source control which includes the whole Wwise project folder.

Cheers.
Richard Goulet (5.8k ポイント)
Richard Goulet 編集
+3 支持
 
ベストアンサー

Your list is good.  If we use the principle "Can it be rebuilt from the project?"

Then:

  • .cache: yes rebuilt from Originals and Project
  • .akd: yes rebuilt from .wav files
  • .prof: no, but these are generated at each capture, they are not part of the project data
  • .wsetting: no, wsettings can be placed under source. It may be practical to retrieve some of your user settings if you use multiple computers.
  • .validationcache: yes rebuilt from .wwu files, to avoid running them through schema validation, to save time on project load.
  • .wem files: yes, rebuilt from Originals. Part of .cache folder, and copied to the GeneratedSoundBanks

For the GeneratedSoundBanks folder.  Some people don't place it under source control, some people do.  It depends on the your build pipeline.  In theory, these files can always be rebuilt from the project, but some teams like to freeze them, and check-in them to source control. 

Bernard R. (Audiokinetic) (35.8k ポイント)
Noemie P. (Audiokinetic) 選択
Excellent, thanks for the info!
Just to add another one I noticed as I was updating to the latest WWISE was the ".backup" folder, looks like it is created as part of the upgrade process.
...