load in the background

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By inesp

I tried to split my game into several smaller resource packs and load them in the background, but how do I load them? I only know how to upload local files. When I export and post it on a website, I don’t know how to load it in the background.

:bust_in_silhouette: Reply From: Becbunzen

Maybe you want to use preload? Or do you want to load files that are not packaged as part of the code at all, maybe look at https://docs.godotengine.org/en/3.2/classes/class_file.html

Edit: Or click the link with suggested answer, which covers resource packs that are loaded in the background :slight_smile: