Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 508 Bytes

Player Movement using Animator | Unity

This project is part of an online YouTube tutorial about using Animator Controller to move the player.

If you want to use your own animations, you'll need at least three animations:

  • Idle
  • Walk Forward
  • Turn Right or Left (Will mirror it to give us the second one)

You can watch the full tutorial here: https://www.youtube.com/watch?v=U0dlWhB_e0E

Good luck and happy learning!