Help! Cant use [EventRef] or [EventReference] in unity

Hi!
I don’t understand what the problem could be. Because of different software versions?

fmod version 2.02.20
Visial studio 1.85.2
unity 2021.3.9

I can’t connect steps because of Eventref

2024-01-25_19-46-20


my code

Hi,

[FMODUnity.EventRef] is obsolete, please use public FMODUnity.EventReference or run our Event Reference Updater tool which will change these for you.

Hope this helps

Hello!
I updated fmod and it found the error, but when I deleted {footstepevent} in code nothing happened. I dont understand what the problem…

Hi,

Could you try adding a variable name on line 7? e.g.

public FMODUnity.EventReference variableName

I have not seen this error before:

Is this a result of running the event reference updater?

I updated FMOD and now he writes me this : ‘Player’ AnimationEvent ‘footstepsevent’ on animation ‘Run’ has no receiver! Are you missing a component?

Hi,

This is a Unity issue: https://forum.unity.com/threads/player-animationevent-newevent-has-no-receiver-are-you-missing-a-component.307523/

Hope this helps!