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