I am creating multiply sprite by spawning an excising one.
After creating a certain number of sprites and run "Load Image from URL" on each of them. I wanted each of them to use different sprite.
However all of the sprites get set to the last image loaded. Even the ones that I didn't call "Load Image from URL" get loaded with the last sprite.
How do I go about getting all the sprite to load up individual sprites?
Can I just copy and spawn a new Object instead of an instance?
If there's a code that I need to change inside the sprite plugin I can create a new plugin and copy the code over and update it from there.