Okay, so I'm making my own game project, and I decided to use the crash course walking behavior as the walking behavior for my character (why re-invent the wheel, eh?) so I attached it to my character, filled out the speed field and control fields, and assigned idle and walking animations.
When I go to test a scene, however, is when I run into a problem. I press the buttons I've assigned to move right and left, and my character does so, but he won't switch animations to the ones I've assigned in the behavior!
If you could help me out here, I would be very grateful.