Hi all, I’m running into the following error when attempting to set the parameter of an event:
[FMOD] EventInstance::setParameterByName(StreakLevel, 0) returned ERR_EVENT_NOTFOUND for STUDIO_EVENTINSTANCE (0x201C00).
This thread has a similar issue to me (Failed to set event instance parameter), except that my parameter exists on the root folder for this event and so it should also exist on the event. Trying to create a parameter for this specific event in FMOD Studio gives the error “A parameter with name “StreakLevel” already exists in the root folder.”
The event instance is valid. Maybe I’m understanding something wrong? Any help would be appreciated, thanks!