Adventure Creator  1.70.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2019
AC.ISaveOptions Interface Reference

Public Member Functions

void PreSaveOptions ()
 Called before options are saved.
 
void PostLoadOptions ()
 Called after options are loaded.
 

Detailed Description

An interface that is called when saving and loading options data, allowing custom PlayerPrefs to be injected.