Deferred resource loading allows you to create a loading bar while resources are read from file.
- Defer all resource loading routed through
Resources (sounds, textures, levels, etc)
- Go to loading screen when game starts
- Load resources one at a time from the
LoadingList
- Update loading screen as resources are loaded
- Go to main menu once all resources are loaded
Deferred resource loading allows you to create a loading bar while resources are read from file.
Resources(sounds, textures, levels, etc)LoadingList