Hi,
Just started a new Unity project and tried using the callback code that was posted here but Unity keeps getting caught on this line:
instance = FMOD.Studio.System.getEvent("event:/Music/Complex/Situationl", out EventDescription _event);
with the out it errors w
instance = FMOD.Studio.System.getEvent("event:/Music/Complex/Situation_Oriental", out EventDescription _event);
and without:
There is no argument given that corresponds to the required formal parameter '_event' of 'System.getEvent(string, out EventDescription)'