Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlayerPrefs.SetString

Switch to Manual
public static function SetString(key: string, value: string): void;

Parameters

Description

Sets the value of the preference identified by key.

	PlayerPrefs.SetString("Player Name", "Foobar");