Hello UI Developers/Designers!
I have a set of images that were imported, for me to put together and complete the overall UI.
I have been able to put together 90% of the GUI (about 15-20 images in total).
The issue I’m having is that sometimes, when the player first makes the GUI appear (by pressing ‘B’ for example or clicking on a Shop Button), you can tell that some images load faster than others, so for a split second, you see a fragmented GUI until all images have been loaded completedly.
My question is, are there any technical solutions that I can apply here, to only show the GUI once all the images are loaded, and avoid users from seeing fragments appearing randomly?
I was under the impression that everything in StarterGui was preloaded, but it does not seem to be the case because I see this behavior. Is there a way to preload these images, or any other way to resolve this?
Thank you all!