Background Loading

ResourceInteractiveLoader

allows for a resource to be loaded in stages

If using multiple threads, use a Semaphore to sleep on the main thread

Data Paths

Godot only accepts unix-style separators (/)

Any folder containing a project.godot text file is a project

Resources

res:// : defines the path to files

Persistent Files

user:// : defines path to files on disk

Saving Game