maxgribov/Spine

[HELP] How uses network image resources

Closed this issue · 2 comments

Please give me an example
I want to load a network image resource to replace the local .spriteatlas

I see that there is init of SKTextureAtlas' map. And SKTexture can be initialised at runtime with map of images.
Looks like this is easiest way to use downloaded skins.

I see that there is init of SKTextureAtlas' map. And SKTexture can be initialised at runtime with map of images.
Looks like this is easiest way to use downloaded skins.

I have solved it _ thanks