Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...
//The below is for 3D Movement, it requires a "Player" object, with an assigned RigidBody, an empty Container 1 Y under the player, named "Ground Check" attached as a child item to the player, and a ...