Hello!
So after reading some stuff on this forum and playing around with it myself, I realised that this line:
SkeletonDrawable.fromAsset("assets/test.atlas", "assets/test.json").then((drawable) async
Naturally takes some time.
Once completed it passes an instance of the skeleton "drawable" to the function.
Let's say I want to have multiple clones of that "drawable" instance - say for example I have an army of soldiers who all use the same skeleton data.
What's the best way to do that?
Also - reading your documents you mention this -> See the section "Pre-loading and sharing skeleton data" below.
But there is no such section in the Runtime Document and I would really like to read that section!
Thank you for your help.