コミュニティQ&A

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

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

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

0 支持
Running into an issue where the Unity Integration (2019.2.1.7250) is not populating the "Assets/Wwise/Deployment/Plugins/<platform>/DSP" folders with the Resonance Audio plugins, as they are not present in the DSP folders. The plugin is installed properly in the authoring tool; I can add the Resonance Audio Renderer and Room plugins to the appropriate busses and build banks. Also the PluginInfo.xml file in the StreamingAssets directory is getting updated appropriately. Interestingly, I was able to work around this issue locally by grabbing the plugins from an earlier Unity Integration (2019.1.4.7065) from a previous project and dropping them into the current integration, which eliminated the missing plugin errors in Unity. The concern though is that the project would not be using the appropriate version of the plugin, which may cause problems when trying to build in Xcode for iOS.

Also as a note, this seems to be an issue with all 2019.2 integrations as well as with some of the later 2019.1 integrations
Ethan K. (140 ポイント) General Discussion

回答 1

+2 支持
 
ベストアンサー
(Late reply, but this is also for the benefit of our search-engine brought-in observers)

While the DLLs may be present for Wwise Authoring, the libraries need to be installed for your host system (i.e., on Windows, make sure your Windows SDK platform is checked when installing/modifying an installation).

This requirement is checked at integration time, in which case the Wwise Launcher warns that not all required platforms are installed and allow you to modify your Wwise installation to add the libraries.
Samuel L. (Audiokinetic) (23.6k ポイント)
Ethan K. 選択
Thanks a million for that info! That cleared up the issues I was having.
...