When I export Spine data for unity, then exports 3 kinds of file.
<myproject>.atlas.txt, <myproject>.json and <myproject>.png.
I want to download (from server) these 3 files in Unity's Resources folder and change skin at runtime.
What would be the best thing to do?
Thanks,