maxgribov / Spine

Unofficial Spine runtime Swift library, allows you to play animations created in the Spine app (http://esotericsoftware.com).
MIT License
188 stars 36 forks source link

[HELP] How uses network image resources #42

Closed lforme closed 1 year ago

lforme commented 3 years ago

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

NikolayJuly commented 2 years ago

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.

lforme commented 2 years ago

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