MoYiJiangNan I have imported multiple bones into Spine and fixed the positions. How can I import the fixed positions into Web
MoYiJiangNan This is my project file and when I export the json animation it gives me a lot of json files (they're all skeletons) and when I import the html, they don't install where I put them, but instead each json animation is on top of the file below
Nate You have multiple skeletons and each is exported to a separate JSON file. Instead of importing separate skeletons, you can try importing into an existing skeleton: http://esotericsoftware.com/spine-import#Import-into-an-existing-skeleton You can drag bones from one skeleton to another, so you can get everything into a single skeleton without needing to import again. Keys in animations can't be easily moved this way though.