社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

0 投票

I am attempting to use the Wwise Launcher to upgrade a Unity project's Wwise Integration from 2019.2.3.7304.1778 to 2019.2.8.7432 but it always fails.

It appears that the Unity Integration isn't correctly managing the plugins. Is this a known bug? Does Unity Integration not work in 2019.2.3.7304.1778?

I've tried on 3 different workstations, 1 of which was a clean reinstall of OS+Unity+Wwise and I get the same error on each machine and project.

I've tried multiple projects, multiple times both with the in-place installer and the "install and then copy" option. 

Same errors regardless. The .log file contains these errors:

Multiple plugins with the same name 'msspatial' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86/DSP/MSSpatial.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/DSP/MSSpatial.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Multiple plugins with the same name 'auro' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86/DSP/Auro.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/DSP/Auro.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Multiple plugins with the same name 'aksoundengine' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/Debug/AkSoundEngine.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86/Debug/AkSoundEngine.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Multiple plugins with the same name 'akharmonizer' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/DSP/AkHarmonizer.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86/DSP/AkHarmonizer.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Multiple plugins with the same name 'aktremolo' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86/DSP/AkTremolo.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/DSP/AkTremolo.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Multiple plugins with the same name 'aksoundseedair' (found at 'Assets/Wwise/Deployment/Plugins/Windows/x86_64/DSP/AkSoundSeedAir.dll' and 'Assets/Wwise/Deployment/Plugins/Windows/x86/DSP/AkSoundSeedAir.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor. 
(Filename: C:\buildslave\unity\build\Editor/Src/AssetPipeline/PluginManager.cpp Line: 197)

Refreshing native plugins compatible for Editor in 6.38 ms, found 44 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in  2.974 seconds
Platform modules already initialized, skipping
Could not delete file 'Library/ScriptAssemblies/Wwise.dll'

 

 

And later in the log this:


-----CompilerOutput:-stdout--exitcode: 1--compilationhadfailure: True--outfile: Temp/CoreRPG_v1.dll
Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e)
Copyright (C) Microsoft Corporation. All rights reserved.

Assets\Scripts\Audio\UIAudioStateWWise.cs(32,16): error CS0246: The type or namespace name 'AK' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\Audio\UIPlayAudioWWise.cs(32,16): error CS0246: The type or namespace name 'AK' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\Audio\UIPlayAudioWWise.cs(21,16): error CS0246: The type or namespace name 'AK' could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\Audio\UIAudioStateWWise.cs(21,16): error CS0246: The type or namespace name 'AK' could not be found (are you missing a using directive or an assembly reference?)
-----CompilerOutput:-stderr----------

 

分类:General Discussion | 用户: Cory T. (110 分)

1个回答

0 投票
Hello, have you found any answer/fix regarding this issue? I'm currently facing the same issue.
用户: Gian A. (140 分)
...