I’m trying to initialize global parameter in unity using FMOD Studio Global Parameter Trigger component, but it doesn’t do anything
Video:
I’m trying to initialize global parameter in unity using FMOD Studio Global Parameter Trigger component, but it doesn’t do anything
Video:
Sorry for the late response.
One likely cause is that the Global Parameter Trigger fires before the banks are fully loaded.
Could you please try keeping your FMOD Studio Bank Loader on a separate “Boot” or “AudioSystem” GameObject that loads first, and then place your Global Parameter Trigger on another GameObject that becomes active only after the banks have finished loading?
Let me know if that resolves the issue.