Thanks Nate.
However, there is a problem. Skeleton JSON expects the attachment to be found in:
"{ "name": "wing_lx", "bone": "wing_lx", "attachment": "doll/wings/wing_single_lx" },
while in atlas, the attachment path looks like this:
wings/wing_single_lx
rotate: true
xy: 1422, 1286
size: 354, 758
orig: 354, 758
offset: 0, 0
index: -1
So atlas basically excludes the "doll" folder from the file path.
I suspect it's due to the file structure used during spine import?
I've been using the "Texture Packer" option to export both the skeleton and the outfit for testing.
Thanks