Hello Polycounters, Pretty new to coding for games but I have went through and re wrote the code line for movement multiple times but it always seems to run the same error telling me the second to last line is bad. But, when it comes to the tutorial video you can find on the Unity website…
At the bottom you have: anim.SetBool("IsWalking, walking); Which should be: anim.SetBool("IsWalking", walking); You forgot to close IsWalking with an " .