커뮤니티 Q&A

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

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

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

0 투표
Hi Audiokinetic!

I've been using Wwise on my latest game for a month now and I realised that when I build the game and try to play it, there is no audio at all.

When I play the game within unity all the audio is working and it sounds awesome.

But as soon as I build and play, there is no audio.

Any ideas?

Thanks!

 

Arnaud
General Discussion Arnaud B. (310 포인트) 로 부터

2 답변

+1 투표
Hi,

I've got the same issue, I think it's linked to the settings of the build, in the menu File/Build Settings, try to set Architecture to x86 instead of x86_64.

SeB
SeB (380 포인트) 로 부터
Hi SeB

Thanks for the answer. My settings were already on x86, so I tried all of the different settings and still no sound.
What I did do now was get a debug log in game (not sure what I didn't think of this before). The error I get on game start is  "DllNotFoundExeption" and it's pointing the finger at "AkSoundEngine".

Any ideas? I've found online that the error sometimes means that the file relies on other dlls, so maybe AkSoundEngine relies on another dll that I haven't imported?

Thanks for the help.

AB
Have you installed the plugins from Unity ?
I mean going to Wwise/Install Plugins/Windows/Win32/Profile, it will install the proper dll in your unity assets folder.
And after this try to rebuild the game ?
is it working ?
Yes I have. Still nothing... I'm running Mac btw.
I'm running out of ideas.
Thanks for the help so far!
Okay, problem is solved. I reinstalled the integration and all the plugins.
It didn't work at first, but then I had to drag the soundbank into my asset folder for it to work. I thought wwise was doing that automatically.
Anyway, thanks!
I have the same problem but your solution did not work for me. Uninstalling the integration causes a whole mess of errors and re-importing the package has errors of duplication and inaccessibility.
+1 투표
 
우수 답변

Regarding the copying of soundbanks when building, if you support only one platform for your game, you could generate your banks straight in the StreamingAssets folder by changing the SoundBank path in the Project Properties in you Wwise project.

If you support multiple platforms, you need to write a pipeline build script (or use the sample we provide).  Please read more about the subject in the help file, section "Build for target platform".

Mathieu J. (Audiokinetic) (7.1k 포인트) 로 부터
선택됨 Mathieu J. (Audiokinetic) 로 부터
Thanks Mathieu.
Makes a lot more sense now that it's all clear.

Arnaud
...