animation does not work

problem is when I click on the play button then game start but does not animate the game object. where is the problem? I have a tow script file in my project 1.PlayerController c# script 2.AnimationController c# script.

  1. AnimationController Scrip

[126651-animatorcontroller.txt|126651]

when I write animatorcontroller script then run the game and it will not animate the game object.

I see your Start() and Update() methods in the provided code are written in lowercase (start() and update()). This way they won’t be called by Unity.