-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't change the event of an FMODEventEmitter #256
Comments
Is your Node set with autoplay ? If no, I need to go back, check the code to be sure what's the sequence of event. |
nope, it doesnt have autoplay. |
i even tried stopping it, and then setting the event name, and finally playing it, but that doesnt seem to work as well |
my current solution for this is just to put every event into 1 fmod event |
so my eventemitter (which is autoloaded) is set to a certain song by default, and when i load a scene i always make sure to change the event_name of the eventemitter and the do play(). for soem reason it still plays the default event.
is this intended? attached below is an example of the code i wrote to change the event. let me know if you need anything more
The text was updated successfully, but these errors were encountered: