How do I change the FMOD_INIT_VOL0_BECOMES_VIRTUAL flag in unity?

Hi,

Need a simple C# code for change the FMOD_INIT_VOL0_BECOMES_VIRTUAL flag in unity, thank you very much.

When using Unity, you need to utilize a PlatformCallbackHandler in order to manipulate the init flags of the FMOD systems. Please see our docs for more info:

https://fmod.com/resources/documentation-unity?version=2.02&page=examples-callback-handler.html

1 Like