Versions with this page:
Versions without this page:
Sets the value of the preference identified by key.
key
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { PlayerPrefs.SetString("Player Name", "Foobar"); } }