Hello guys, This is the first time I work with Spine. I am using the Spine 4.0 and I want to change the Skin or each part of the Object. Like a Dog have 3 part (head, body, feet), I want to change the head to another sprite. How can i do that?

Thank guys.

    Related Discussions
    ...

    thuanisme1710 Let me confirm that I understand your question, you already have skeleton data with multiple skins, and you would like to know how to switch between multiple skin combinations in Unity, right? If so, basic information for that can be found in the "Combining Skins" section of the spine-unity runtime documentation: http://esotericsoftware.com/spine-unity#Combining-Skins

    Please check the Spine Examples/Other Examples/Mix and Match Skins project which comes with the spine-unity runtime. It shows how to combine multiple skins into one to implement a wardrobe setup.

      If i have a many part sprites one by one in file png, can i pack it in Unity to atlas and json?

      Misaki

        thuanisme1710 Yes, you can see that example in Spine Examples/Other Examples/Mix and Match Equip.
        By the way, .json file (skeleton data file) is not relevant for texture repacking.

        @thuanisme1710 Please note that we highly recommend using Spine 4.1 if you're starting a new project instead of 4.0, as there have been many bugfixes and improvements in the meantime.