First two parameters represent the height and width of the sprite sheet (width also represents number of sprites that will go into the animation) Note: You can have multiple sprite sheets inside of a ...
Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...