menu
 

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

0 投票

Hi, I am not quite sure what/why causes that or what I am missing. In the script, I am trying to stopEvent with a duration and curveinterpolation, but, no matter what, it stops the event immediately.

AkSoundEngine.StopPlayingID(themeSongID,5,AkCurveInterpolation.AkCurveInterpolation_Linear);
themeSong.Stop(gameObject,5,AkCurveInterpolation.AkCurveInterpolation_Linear);

I tried both and result didn't change.
Also, I think it might be related, it's "Music Playlist Container" that I'm using. It's looping as well. If that causes that confusion, how can I solve this?
分类:General Discussion | 用户: omnisepher (190 分)

Please sign-in or register to answer this question.

...