Problem with Unity Animation

Here is a video of the problem i am having.

Unity uses two different animation systems: Legacy and Mecanim. The error at the bottom is asking for an Animation component and you have an Animator component. Animation is for legacy and Animator is for Mecanim. Get rid of the Animator and add an Animation and then drag the clips to that and see if that fixes your problem. If that doesn’t work, show us your script where it supposed to animate.

Okay cool, got it to work. I think i was just a bit confused between the two systems :wink:

Thanks