커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: 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 포인트) 로 부터
...