- Изменено
How can we change character's costume?
Hi, I have a question when using Spine.
I want to change my character's costume, but not the whole cosume.
That is, I have one character called DUMMY, and he got header, torso, shoes, weapon whatever,
and I have designed the animation for it, but I want to change his weapon, shoes according to this character's level or other game logic when loading the animation in our pratical code.
how can I implement this function when using Spine?
Nate gives a good explanation here about this topic:
viewtopic.php?f=3&t=317&p=1584&hilit=skin#p1584
Also i saw here some sample code, it is java.
thanks, I will try it