PlayerPrefs.SetString Manual     Reference     Scripting  
Scripting > Runtime Classes > PlayerPrefs
PlayerPrefs.SetString

static function SetString (key : String, value : String) : void

Description

Sets the value of the preference identified by key.

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