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

LoadFromPlayerPrefs(string)

Method in InMemoryVariableStorage

Summary

Load JSON data from Unity's built-in PlayerPrefs with defined playerPrefsKey parameter, and deserialize as variables.

public void LoadFromPlayerPrefs(string playerPrefsKey)

Parameters

Name
Description

string playerPrefsKey

Last updated

Was this helpful?