For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?