I’ve been trying to follow your instructions for “Manual Tasks” for the Event Reference Updater (https://fmod.com/resources/documentation-unity?version=2.02&page=tools.html#manual-tasks).
You say I should replace EventRef which is obsolete, with “[EventRef(MigrateTo = “DissolveAudioEvent”)]” but my compiler just continues to say that “EventRef” is obsolete. What am I doing wrong?
I get the difference between the Event Reference and the Event Path, but what is the “fieldname” in this context? I am simply trying to put an Event Reference in a public string so that the user can allocate any FMOD event to the component without going into the script.