menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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!

分类: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 分)
...