Works fine in 2.0.02 but in .13 I can't import the following JSON (way simplified from the original).
If I delete the "scale" section of the animation, it loads fine.
{
"bones": [
{ "name": "root" },
{ "name": "MoneyPlantBag_L1", "parent": "root", "x": 178, "y": -356 }
],
"slots": [
{ "name": "MoneyPlantBag_L1", "bone": "MoneyPlantBag_L1", "attachment": "Bonus_spine-assets/MoneyPlantBag" }
],
"skins": {
"default": {
"MoneyPlantBag_L1": {
"Bonus_spine-assets/MoneyPlantBag": { "x": 0, "y": 0, "width": 193, "height": 162 }
}
}
},
"animations": {
"animation": {
"bones": {
"MoneyPlantBag_L1": {
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
}
},
"slots": {
}
}
}
}
Speaking of JSON import... Is there any way you can display more information in this dialog?
Loading Image
This could be a syntax error, or a logical error like slot referencing a bone that doesn't exist. Or, in the case of this bug, I'm not sure what the underlying issue is, but if the dialog had told me more information, I could at least report a better bug. 🙂
A line number and a specific error message would be very handy!
Thank you.