#need help with jump animation 2D
1 messages · Page 1 of 1 (latest)
You have declared your void Landing() inside void Update.
That makes it a local method, which won't show up in the inspector.
I did this,now the event sees the function but when I try to jump my character gets stuck in the jumping position