How do I change the event in FMOD Studio Event Emitter through C#? It keeps playing the same previous event

@vbilot Technically it has been fixed by either adding either the method @cameron-fmod or I discussed. Open up the script for Student Event Emitter and add ChangeEvent() method into the script. Now when you want to change the event, call that method first and then play.

I don’t know about any official fixes though.