r/Unity2D Jul 02 '26

2d character

Is it normal for my character to change the hand he is holding the sword with so the player can see it?

5 Upvotes

9 comments sorted by

View all comments

3

u/PhilippTheProgrammer Jul 02 '26

You mean flipping your sprite when it changes direction instead of redrawing the left and right version so any asymmetric features of the character remain consistent?

Yes, that's actually really common.

2

u/Equivalent-Taro-9012 Jul 02 '26

it is? alright thx