コミュニティQ&A

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

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

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

0 支持
Hi I am trying to figure out how to create a new WorkUnit using the WAAPI for an automated asset import process.

Here is an example of what I am trying to send,

{
    'parent': "\\Actor-Mixer Hierarchy\\",
    'type': "WorkUnit",
    'name': "TestWorkUnit",
}

But I just get the response message "type is not supported".

How am I supposed to make new WorkUnits? I haven't been able to figure it out from the documentation available.
Jake R. (130 ポイント) General Discussion

回答 1

0 支持
 
ベストアンサー

Creation of work units is currently not supported. This is mainly because creation of work units requires Source Control (perforce/svn) operations, which we do not support in WAAPI yet. You would need to create the files manually.

Support for creation of workunit has been added to 2018.1.2:
https://www.audiokinetic.com/library/2018.1.2_6762/?source=SDK&id=releasenotes.html

  • WG-38159 (WAAPI) Added support for Work Unit creation either directly through ak.wwise.core.object.create or as a parent of a sound object through ak.wwise.core.audio.import and ak.wwise.core.audio.importTabDelimited.
Bernard R. (Audiokinetic) (35.8k ポイント)
Bernard R. (Audiokinetic) 編集
Thank you Bernard. Not the answer I had hoped for but I appreciate the quick response!
Hi, is this still the case?  I'm having an issue with trying to create a WorkUnit object via WAAPI and I don't get a response.  With version 2017.2.5.
You are right, I updated the answer. It's been added with 2018.1.2.
...