在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票

Hi,

taking the Cube game as example, i see into the "Wwise_IDs.h" file all the Game Object names that fire out a game call during the game, for example: Foot_Player, Fire_Shotgun_Player, Jump, etc.. Is it possible to have those names into the log during Start Capture procedure? I see that as the event occurs i get errors like the one in the attached image.

Many thanks!

Federico

分类:General Discussion | 用户: Federico A. (100 分)

1个回答

0 投票

the second param of AK.SoundEngine.RegisterGameObj is the name of the GameObject

用户: yu j. (280 分)
Hallo Yu, thanks for your reply.
I figured out that in order to see the names of the call, first i have to create the associated events manually within Wwise (even if i don't associate Sound SFX to them). In the image "Foot_Player" and "Passi" was already (manually) created. I wonder if is possible to have those names even if they are not created before. Thanks again!
...