hello,
I followed the karting integration tutorial and everything is working well, but when i add my custom granulator plugin to any events in FMOD, it breaks and gives me this series of errors:
[FMOD] PluginEffectModel::init : Missing DSP plugin ‘NTGrains’
UnityEngine.Debug:LogWarning (object)
FMODUnity.RuntimeUtils:DebugLogWarning (string) (at Assets/Plugins/FMOD/src/RuntimeUtils.cs:578)
FMODUnity.RuntimeManager:DEBUG_CALLBACK (FMOD.DEBUG_FLAGS,intptr,int,intptr,intptr) (at Assets/Plugins/FMOD/src/RuntimeManager.cs:108)
and:
[FMOD] PostLoad::initPluginEffects : DSP plugin returned an error, bank will not load properly.
UnityEngine.Debug:LogError (object)
FMODUnity.RuntimeUtils:DebugLogError (string) (at Assets/Plugins/FMOD/src/RuntimeUtils.cs:594)
FMODUnity.RuntimeManager:DEBUG_CALLBACK (FMOD.DEBUG_FLAGS,intptr,int,intptr,intptr) (at Assets/Plugins/FMOD/src/RuntimeManager.cs:104)
I placed the dll file in in the assets/plugins/FMOD folder, but still breaks.
any help would be great ! :3