How do you load images on game start?

I have this animation loop, and when it starts the images are blank like they’re still loading. And eventually appear. How can I preload them, so that when displayed the user doesn’t see blank?

Check out ContentProvider:PreloadAsync.

3 Likes