When I try to play the BGM again while FMOD_STUDIO_STOP_ALLOWFADEOUT is in progress, it doesn’t play. Is this the intended behavior?
When the scene changes, I fadeStop the existing BGM and try to play the same BGM again, but it doesn’t play, so I’m asking.
I verified that SoundObject’s start() was called in the runtime code, but play was not called.