change pan of StudioEventEmitter in Runtime

Hello.

I am new to Fmod.

I can’t find a way to change the panning of a StudioEventEmitter . Is this possible and if yes how?

Thank in advance

If you’re talking about the 3D panning of an emitter, the StudioEventEmitter will regularly update it’s position in sync with the game object.

If you want to change 2D panning then you need to automate it in the tool using a parameter and then change the parameter value at runtime in Unity.

1 Like