커뮤니티 Q&A

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

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

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

0 투표
Hello!

I have a problem where my project plays sound just fine, but once I try to make a build of the project it's totally silent.  I've seen others with the same problem, and they seem to have solved it by generating their soundbanks to Unity's streaming assets folder.  I have done this (changhed the soundbanks path in user settings to streaming assets and generating) and I still have no audio.  Forgive me for I'm new to wwise, but I don't know how to get sound working!  Any help is appreciated.
General Discussion Thomas K. (120 포인트) 로 부터

2 답변

0 투표

Hello Thomas,

Make sure your SoundBanks are located in PROJECT_ROOT\Assets\StreamingAssets\Audio\GeneratedSoundbanks. For instance, if you are building your project for Windows, your SoundBanks need to be inside: PROJECT_ROOT\Assets\StreamingAssets\Audio\GeneratedSoundbanks\Windows.

Hope this helps !

 

 

Noemie P. (Audiokinetic) (12.9k 포인트) 로 부터
Hi Fabien,

I have exactly the same error. In Editor mode everything is ok but when I make a build (Mac or Windows) I can't hear anything. I've spent two days trying to figure out what's happening but I couldn't find any solution.

I manually copy my GeneratedSoundBanks folder (from my Wwise project) inside \StreamingAssets\Audio and I can find the files in the XXX_Data folder once I make the build, however we continue without sound.

Are we doing something wrong? Would be great if you can point us in the right direction.
Hello Juan, I would suggest you to connect to your game using Wwise authoring and then check that the banks are loaded.

Also, if you have 3D sounds make sure when using the built version of the game that the listener is close enough to the source you are trying to listen to.
0 투표
Hey Thomas. Are you using perforce? I just ran into this issue, had already moved my soundbanks into the correct folders and still no sound in build. What we ended up doing was we checked out the entire Wwise project folder (not just the .wproj file) and the StreamingAsstets folder (Assets->StreamingAssets). We built with those checked out and everything works.

Due to an earlier error with a similar solution, I suspect that you could get away with just checking out the GeneratedSoundbanks folder (Assets->StreamingAssets->Audio->GeneratedSoundbanks) and the .cache folder inside your Wwise project folder. That may be worth a try.

You probably don't need this answer seeing as you asked your question in 2015, buuuut while faced with this issue I didn't find an answer, and this was the first thread that came up for me. I'm gonna leave this comment here for the next person who needs it.
Tomas O. (140 포인트) 로 부터
...