I don't have a atlas file, but I wanna use bone data, can I ?
SkeletonJson* json = SkeletonJson_create(atlas);
json->scale = scale;
skeletonData = SkeletonJson_readSkeletonDataFile(json, skeletonDataFile);
here ,if atlas is NULL, the code will broken down. Can you give me a hand?