menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

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

+1 支持
 
ベストアンサー
(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.
...