Skip to content

Scripts.LoadOrSaveGame

Wesley Haws edited this page Jan 1, 2017 · 1 revision

##Scripts - LoadOrSaveGame

###What does this do?


Allows the player to save their game to a binary file. It saves variables and player states such as items, health, game manager params, etc.

###Who/What is this for?


Root GUI gameobject only.

###Setup


Parameter Type Description
Save Slots Gameobject List List of gameobjects to manipulate/populate with information regarding previous saves.
Save Warning GameObject Gameobject to display when trying to save.
No Save Areas string list List of scene names the player is not allowed to save in.
GUI GameObject root GUI gameobject. Use for disabling/Enabling
Player Death Load Sreen GameObject Gameobject holding UI Elements to display when the player's health reaches 0.
Clone this wiki locally