SaveStateToPlayerPrefs(string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Saves all variables in the Dialogue Runner's variable storage into the PlayerPrefs
object.
This method serializes all variables in into a string containing JSON, and then stores that string in the PlayerPrefs
object under the key SaveKey
.
The stored information can be restored via the method.
string
SaveKey
The key to use when storing the variables.
: Provides a unified interface for exporting all variables. Intended to be a point for custom saving, editors, etc.