🚀
superFASTgames
  • Welcome
  • Data Preloader
    • Installation
    • Getting Started
    • Using Data Preloader
  • Contact
    • email
    • Discord
Powered by GitBook
On this page
  1. Data Preloader

Getting Started

Last updated 1 year ago

Data Preloader is configured from Project Settings in Unity. There will be a section under superFASTgames > Preloader where all of the options are defined.

Activated (default is set to True)

This controls the entire system and defines if it should run. Should you need to disable it for any reason, it can be turned off without having to set things back up again.

Do Not Destroy (default is set to True)

All of the prefabs will be added to one GameObject (called Preloader) in your Scene. This setting will apply ‘Do Not Destroy’ to that object so that it will persist between scene changes.

Content Loader

This is a Scriptable Object that can be used to load prefabs, much like the ‘Prefabs to Load’ described below. This gives you the option to quickly change between sets of prefabs without having to set things up over and over.s

Prefabs to Load

These are the various Prefabs that will be loaded into your scene.

Project Settings in Unity