Why is my character not moving

So basically, I downloaded this character for a tutorial called (how to make a game for complete beginners in unity), not that it matters, its just so you get the idea of what my level of stupidity is. So after I extracted the PNG from my files to unity and imported them to the hierarchy, where the Main Camera is set as default, well, when I press play according to what I saw in the tutorial, as the fappy bird character is suppose to flap his wings, nothing happened. strange!? or am I just an idiot ?

anyway, just answer my question to why is it that the bird does not flop his wings. as you are one unlike me, an idiot !!!

oh, and if you truly think I am an idiot, rate my idiocy out of /10, please:) thanks a LOT !

cheers, sam

Hey Sam, your post says why is my character not moving but it looks like you really mean why isnt the animation moving? If the character moves up and down with the input then it is moving but until you create a Flap animation the image will stay static. If you are still really new and havent done animations before, check out a video online on setting up animations.

If you do have an animation but it is not working, you need to adjust something in the Animator window and make sure you are calling the animator functions properly in your code.