Hi,
For our project we need to load images from streaming assets or a webservice.
We can’t load them as ressources because images can change, and there is about 100.000 images.
We don’t need to load them all, but we need to load a bunch of images while an other previously loaded bunch of images are moving.
How can i do this without freezing the app? :
When i load images, the moving ones seems to stutter
I tried sevaral things, like coroutines or tasks, but unfortunnaly nothing works, always stuttering.
Does anybody knows how to accomplish that?
Is there a way to load external images on a different thread?
Thank you for your help,Hi,
For our project we need to load images from streamingassets or a webservice.
We can’t load them as ressources because images can change, and there is about 100.000 images.
We need to load images while other images are moving (others loaded previously).
How can i do this without freezing the app? :
When i load images, the moving ones seems to stutter
I try sevaral things, like coroutines or tasks, but unfortunnaly nothing works.
Does anybody knows how to accomplish that?
Is there a way to load external images on a different thread?
Thank you for your help