Question by
COSMONDGames · Jul 29, 2021 at 09:21 PM ·
2d game2d sprites2d animation
Better way for updating 2D topdown character look dir or animation?
Hi, im currently working on a 2d game with topdown movement and mechanics. I wanted to cut my "player" into several pices (example: head, torso, legs...) with different sprites for character customization purposes. My solution was making animators for every clothing or body part to make them look at the same direction as player does. I think it will get more expensive and complicated over time. my question is is there a better way to make the body parts or clothing update to the correct animation, sprite and position as player does with given input? (a,s,w,d)
Comment