Dear support team,
I set up a character with multiple skins.
In Godot I initialize the character with skin “Frau03XS”.
Afterwards I want to dress her in Jeans, Pullover and Sneakers.
But I only manage to display either of the skins. I can't manage to activate several of them in Godot in the same way I do in spine.
Here is the code I’m using.
spine_sprite.get_skeleton().set_skin_by_name("Frau03XS")
spine_sprite.get_skeleton().set_skin_by_name("Kleidung/Jeans")
Can you tell me how I can add the Jeans on top of the underlying skin?