Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...
This repo contains a unity project with 3 scenes. Each scene has a functioning example of an animation runner which you can replace with your own assets to preview your animations. These runners are ...