Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...
Health_bar_2d: Added a reset button that resets the health bar back to it's orginal position when clicked on. WebGL URL: https://karnasanket.github.io/Unity-Basics ...