Hello everyone, I’m currently attempting to preload all image assets in a gui with about 20 individual frames. I’ve attempted to use content provider to loop through all assets id’s and preload, aswell as just preloading the instance itself.
Nothing has currently worked to preload the gui as everytime I load into the game it takes about a second or two to load the screen I open. Any assistance would be greatly appreciated as I don’t know any workaround to this.
But how would I efficiently go about getting all image assets? Use collection service to get all items which are tagged and put them onto an image label?