Versions with this page:
Versions without this page:
Назначает значение для параметра с идентификатором key.
key
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { PlayerPrefs.SetString("Player Name", "Foobar"); } }