Page cover image

πŸ—ƒοΈSave & Load Module

Overview

Handles saving and loading in the COZY ecosystem. With one click save the current settings and then recall them with the load function.

Usage Examples

Save in the Scene

Press the 'Save' button to save the current settings to a JSON file. After saving press the 'Load' button to recall these settings!

Save via C#

//Save
CozyWeather.instance.GetModule<CozySaveLoad>().Save();
//Load
CozyWeather.instance.GetModule<CozySaveLoad>().Load();

Last updated

Was this helpful?