Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

How to troubleshoot "WwiseUnity: SoundBanks generation error" with no other info?

+1 투표
I'm trying to update the soundbank in my Unity project, but I'm getting "WwiseUnity: SoundBank generation error" with no other context—the console doesn't say anything after that. Clicking on the error just takes me to a "Debug.LogError(message)" line in AkUtilities.cs, which doesn't really tell me anything. Any idea where I should be looking?
문의 2018 4월 10 General Discussion Joe M. (150 포인트) 로 부터
i aslo have this problem,have you solved yet??

1 답변

0 투표
Are you sure that the files/folder is not read only?

 

you need to have write access to both the spot in unity where the banks are generated, as well as inside the wwise project folder "generated soundbanks"
답변 2018 4월 10 Kaan (270 포인트) 로 부터
Yes, I have write permission. The soundbanks generate successfully from wwise, but not from Unity. Still, the unity project is using the old soundbanks
...