Hi Mario,
I just created simple project and set only two waves in breeze animation.
And I see the bug. Attachments in slots have the same name - "v".
I set different name like "vv" and bug is gone.
Json export example:
"slots": [
{ "name": "v7", "bone": "wave2", "attachment": "v" },
{ "name": "v8", "bone": "wave3", "attachment": "vv" }
]
Bug:
"slots": [
{ "name": "v7", "bone": "wave2", "attachment": "v" },
{ "name": "v8", "bone": "wave3", "attachment": "v" }
]
Could you check this?
As far as I understand Spine Editor allow to add image attachment in slot with the same name. So is it bug or no?
Two exports: https://dl.dropboxusercontent.com/u/3956959/breeze-export.zip