Change "skin" but keep the animation

Hi everybody ! First sorry about my explain, i’m french^^

I’m working on a 2d Game on Android, and i want to add the possibility to custom the player and change the skin .
I want to know if there is possible to change the skin abd keep the animation .

I have multiple animation basc like : Walk, run, attack , ect…ect…

But i want to add a lot of different skin, so if i have to do the same animation for each “skin”, it will make me crazy !!

So if someone can just show me the way, i’ll really appreciate :slight_smile: !!

Have a good Day !:slight_smile:

If you are using bones to drive the 2D animations - yes - there are several ways to swap sprites on bones. Research.
If you are instead using sprites, not using bones (a hierarchy) - afaik they will need to be redrawn with new animation frames.