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

How to retrieve Game Object name into Profiler Layout log

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

문의 2018 1월 12 General Discussion Federico A. (100 포인트) 로 부터

1 답변

0 투표

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

답변 2018 1월 20 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!
...