커뮤니티 Q&A

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

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

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

+1 투표
I'm using Wwise 2018.1.11.6987

I've been trying to install the Google Resonance audio renderer for my VR project. However, the install process for the plug-in fails. At the very least, instructions on the Resonance Wwise github page here: https://resonance-audio.github.io/resonance-audio/develop/wwise/getting-started.html tell me to follow Wwise's instructions on importing plug-ins. The linked page https://www.audiokinetic.com/library/edge/?source=SDK&id=source_control_install.html tells me to copy the .dll into the Authoring/x64/Release/bin/sourcecontrol folder. I tried this and it didn't work. Further surches told me to use the Wwise Launcher to go to the Plug-ins tab and use the buttons at the bottom to "Add from directory" the extracted folder I downloaded from the github. All this does is give an error saying "Error: Cannot load bundle from 'C:\Users\gsosb\Downloads\ResonanceAudioForWwise_1.2.1 (1)' Error reading or processing file C:\Users\gsosb\Downloads\ResonanceAudioForWwise_1.2.1 (1)\bundle.json

I don't know what bundle.json it's looking for, but its definitely not a file available from the download on github.

I tried copy pasting the .dll and .xml files located in Authoring/x64/Release/bin/plugins of the downloaded resonanace folder into the program files of the Wwise install under Wwise 2018.1.11.6987/Authoring/x64/Release/bin/plugins but something in that process completely killed my ability to open my project, now every time I open the project I get a pop up saying wwise ran into a problem. This was all because I had to reinstall wwise after one attempt to get the plugin working seemed to completely delete my install for some godforsaken reason.

And of course git reset doesn't help, so Ive successfully killed my project until I get help. Would love to get on a zoom call with someone at wwise to revive my project.

The worst part is that I remember 3 years ago when I started the project I could just select "google resonance audio renderer" from the plug-in list, but now it seems installing this community plug-in dooms you to recursive documentation links with not a single video tutorial nor even error list.
General Discussion Gregory O. (200 포인트) 로 부터

1 답변

+1 투표

Hey,

I use the 2021 version and I had also Problem with third party plugins with Wwise and Unity. Not sure if it is exactly helping you but it's worth a post. So here is my How-To, since I could't find one anywhere online:

 

The plugin file (.dll) must be placed within the Wwise installation AND in the Unity project structure. The Wwise integration does not copy the files of third party plugins into Unity as it does with plugins installed within the Wwise launcher.

Copy the Files to the Wwise installation:
\Wwise[Version]\Authoring\x64\Release\bin\Plugins

Copy the Files to the Unity Project:
[Unity Project]\Assets\Wwise\API\Runtime\Plugins[Platform]\DSP
and
[Unity Project]\Assets\Wwise\Deployment[Platform]\DSP

If the folders do not exist yet, create them. The Platform folder is structured like this for Windows 64: ...\Windows\x86_64...
and like this for Windows 32: ...\Windows\x86...
and for Mac: ...\Mac...

Unity plugins with Mac: You should change the .dylib to .bundle otherwise Unity won't recognise them.

Generate Soundbanks.

All of this is found in the Wwise documentation but quite hidden. I didn't expect I have to search the "Creating Sound Engine-Plugins" tab to find out how to install a third party plugin that I didn't create by myself. https://www.audiokinetic.com/library/edge/?source=SDK&id=soundengine_plugins.html#register_effects 
 

Lucas C. (540 포인트) 로 부터
...