コミュニティQ&A

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

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

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

0 支持
Inside the txt file that is generated alongside a soundbank, there is a list of streamed audio that refers to the audio source file by an absolute path. For example:
C:\Users\Me\myWwiseProject\.cache\Windows\SFX\SomeFile.wem

The audio engineer on my project uses these txt files in their workflow. Due to the fact that we both generate sound banks on our machines, I would like to keep these text files under source control to ensure we both have the most up to date data and I'd like to keep the soundbanks under source control so that the rest of the time doesn't need to be concerned with generating soundbanks locally.
 
These absolute paths can cause merge conflicts. Is it possible to configure these txt files to use relative paths instead?
Ryan (100 ポイント) Feature Requests
Samuel L. (Audiokinetic) カテゴリーを変更

回答 1

0 支持
It is currently not possible to configure those files to use relative path. You raise a valid point regarding this as a limitation to versioning.

I will convert this post to a feature request.
Samuel L. (Audiokinetic) (23.6k ポイント)
What are those files used for? Are there any news about relative paths? We also use version control
Those .txt files are human-readable files that describe the content of a soundbank: you can disable their generation in the SoundBank settings, or add them to your source control's ignorelist.
...