You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I wanna play image sequences in my game.
- What is the issue? Include screenshots / videos if possible!
Right now the image sequence has to be played once before it’s properly shown. The first time the images load and it just doesn’t look nice since it has visible gaps between each frame. After the first load the image sequence plays fine.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have been using preloadasync to preload the image ids but it seems to do nothing at all! I mean it does something because when I try to preload the images I print after it yields. More image ids equals longer preload time.
So this anyone actually have a workaround or something that works? Because I have been spending countless hours trying to get the images to preload.