Hi, we’re heavily using sequences in our project and playing FMOD audio on them as well. One thing we discovered is when we start playing an audio at the 0 point of the sequence, if it’s a 3D sound, the volume will be lowered according to where the character is spawned, instead of where the character currently is. We believe we worked-around this issue by playing the audio after the first frame of the sequence.
Is there any known issue like this or anything we can provide to see if it was actually a problem from FMOD library or from our project? We would like to tackle the issue to have a more clear sequence creation pipeline instead of having workarounds. Thanks in advance!