How to i make a stick man in unity how do i animate the walk or jump and move when i walk

I’m making an online PVP platformer game and have no idea what to do this is my first time on unity.I’m most probably way out of my leave here but does anyone know the steps to make the stick figures walk jump and fight do I connect all the stick mans joints do I only connect legs and what do I code no no how do I code or do I give up

1 Like

i think you need a bone based animation.

Maybe it will help you:

You can also make the animations in a tool like dragon bones and expose all frames as an image and create an animation routine right in unity, then all you have to do is create a prefab and instantiate these animations.

I don’t know if it’s the best solution, but it worked for me :slight_smile:

there are different ways to achieve this but personally id go down the route of sprite sheets. lots of 2d games use sprite sheets and I think its easier to start out with. if you have photoshop or something you can do it quite easily. just draw in the frames and then bring that into unity animator and it plays out like an animation. there are lots of tutorials on this online and just google sprite sheets to understand what I mean.