• Runtimes
  • [Unity] Tk2d Sprite Collection Problem

Related Discussions
...

Hello,
When i update an existing sprite collection, a new SkeletonData doesn't see textures in that collection. But if a create a new sprite collection and import same textures to that new collection Skeleton Data accept that. As i hold most of my textures in same atlas i have to renew my collection whenever i add new stuff. İs it a bug or do i miss something?

Thanks.

I notice its bugs out a bit when updating, I had a similar issue last night, still unsure, if its Spine, Unity for tk2d, but I think its Spine or Unity, not tk2d. Now that more people are having similar issue, maybe when they get some time, they can try and reproduce, because it is an annoying problem.

Sometimes the Spine runtime didn't know it needs to be updated. This is a Unity problem. Usually you can just press play and it updates.

Thanks Nate,
Pressing play after updating existing sprite collection mostly solves the problem. As you said it's a Unity problem.

I will add a refresh button to the inspector.