SaveToPlayerPrefs(string)
Method in InMemoryVariableStorage
Summary
Serialize all variables to JSON, then save data to Unity's built-in PlayerPrefs under playerPrefsKey parameter.
Parameters
Name
Description
string
playerPrefsKey
Last updated