How do I make Sprite load an animation sprite strip from URL
I want to make the Sprite to load an animation sprite strip like this:
Why I want to do this:
I want to change the character animation images and frame count after the game published without change the code. So I want to make the Sprite Object to load an animation sprite strip image from URL, then crop it into different image frames.