Game freezes when Character walks.

I’ll try to help with the errors you posted…

  1. look here to see if it helps solve #1: 'Player' AnimationEvent 'NewEvent' has no receiver! Are you missing a component?

  2. you are creating a mono behaviour with the ‘new’ keyword, it says. You can’t do that, so try to fix that in your code, as the message also mentions.

  3. you don’t have a ‘vertical’ parameter in your animator. Is it “Vertical” maybe? check the spelling.