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

0 투표

This is the error:
Wwise: Event ID not found: 3725903807 (Instance ID: 18446744073709518578)

How can I figure out what Event is tied to that ID? When I go to "Wwise Picker" it just says the name of the event, not the Event ID.

Thanks!

답변과 관련되는: Unity Integration: Event ID not found
General Discussion James M. (800 포인트) 로 부터

2 답변

0 투표
Hey James,

One solution is to head into Wwise, click an Event and look just below the name of the event. That's the Event ID, and you can then compare it to the one you have in Unity.
However, I've found it much faster to open the Wwise_IDs.h file, next to your generated SoundBanks, and search for the ID you have from Unity.

Let me know if this helps!
Mads Maretty S. (Audiokinetic) (40.2k 포인트) 로 부터
0 투표

when  export banks to the folder of ganeratedsoundbanks ,it's exports some .txt file with same name of .banks file,it's have event name and id etc. so you can search the id in those .txt files。when you found the id,you can got the name.

 

yu j. (280 포인트) 로 부터
...