vonnbla Good day I'm having trouble on removing my object from memory in CoronaSDK. I can remove the object's display but it is still in the memory. Thanks in advance
Nate Ehm, many objects are involved in the Spine runtimes. To free a skeleton, you'll need to remove the skeleton group with something like: skeleton.group:removeSelf() You also need to nil the skeleton data and the skeleton references.