- Edited
Hi, when installing the Spine are the runtimes expected to be provided as well? Currently all I see in the runtime folder after installing the latest downloaded version of Spine from the provided link in the activation email is a readme file that points to the github location.
On a related note, i've synced the libgdx runtime project, and i've been running into an exception after exporting a jar of it to use in my own project, which fails when i try to do a json.readSkeletonData
com.esotericsoftware.spine.SkeletonJson.readAnimation(SkeletonJson.java:198)
which as far as i can tell is in this line :
for (Entry<String, ?> entry : bonesMap.entries()) {
in SkeletonJson
I've attached the export of skeleton file (which i think should be the new format that you've mentioned recently) which I exported from Spine.