I try to make a survival Game like in this Tutorial here: https://youtu.be/_GzSfnJNNI4?si=UasH0Eb8Fc1zzP3a
my Problem is, that my Bunny is not hopping (Animation), sometimes it does, sometimes its not. I tried to rename the IsRunning to Forward in the Animator and in the Ai_Movement script. It doesnt worked. It doesnt hopped anymore. Than I undo it and the hopping animation doesnt worked anymore. In the Animator I choosed for the Idle the Idle Motion, for Run the Run Motion.
For the rabbit object I added the Ai_Movement script, Rigidbody, Box Collider and I think the Animator Parameters was already inside the object.
By the Animator Controller is the DemoAnimatorController from the pack.
enter image description hereenter image description hereenter image description here
littleVirus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.