- Home /
Wwise: Play event only ONCE through collision enter
I am currently trying to trigger an event ONCE because it's very possible to walk into them again as you progress further into the game... (witch I DON'T want).
I'd like to do it through code rather than adjusting the volume. Does anyone know how to do this?
Thank you, Grayson
Comment
Answer by xxmariofer · Aug 03, 2020 at 11:26 AM
simply add a boolean that sets to true the first time it gets triggered and check the value
Your answer
Follow this Question
Related Questions
activate gui on trigger enter 1 Answer
OnTriggerEnter not working all the time. 2 Answers
Detect cloned object detection once 0 Answers
OnCollisionEnter is slow... 2 Answers