bellmoon I made human spine source. In my app, I want to change specific slot image to another image programmatically. Another image means external image. ex. album image, other file and so on.. Is it possible?? I'm using cocos2d-x 3.0.
Nate You can use setAttachment to change what is shown for a slot. You can create attachments at runtime, though I don't have much example code for this. See what SkeletonJson and AtlasAttachmentLoader do. See here: viewtopic.php?f=3&t=1554&p=7796