Need help on character movement animation

Hey guys, I just picked up Unity about two weeks ago and am still a noob at Unity, so bear with me if this is a stupid question with an easy solution. Anyways, to get started with Unity I thought I’d try to go ahead and build a small 2D RPG like those old school Final Fantasy games on the SNES. Anyways, I pretty much figured out how to get the player character moving, but I don’t know how to make the character sprite to do like a walking animation. I already have the sprite’s movement set but am unsure how to utilize them in the script. Can anybody help me with this?

Hi Zenoru24, does your character is a billboard or 3d sprite?.. if billboard, you need to use sprite sheet to animate it, if your character is 3D, you must to do your walkcycle in 3d app…

there is a tool called “Sprite Manager” is free, it serves to do animation with sprite sheets (the way how 2d characters animation works) :wink:

Umm, I’m not quite sure what either of those two that you’re refering to are, but the picture below is kind of what I have right now.

But thanks for the suggestion, I’ll try looking into the Sprite Manager right away.