menu
 

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

0 投票
I am using Wwise 2024.1.0, and Unity 2022.3.48f1.

I was trying to figure out if there was a way to set the value of a state inside my C#, similarly to setSwitch.
I have a state group (let's call it DoorOpen), and two states inside it - closed and open. How would I go about switching between closed and open at certain points in the code?
I am aware of AkSoundEngine.SetState, but a warning pops up saying that AkSoundEngine will soon be removed, so I want to avoid using it.

Thank you for your help in advance.
分类:General Discussion | 用户: Daniel Wilson (100 分)

Please sign-in or register to answer this question.

...