Curso de Unity 3D
20.
23.
25.
39.
41.
45.
PlayerPrefs.SetInt("valorNumerico", 3);
int v = PlayerPrefs.GetInt("valorNumerico");
Para ver los videos, acceder al código fuente de los ejercicios, descargar los recursos o recibir soporte necesitas acceder a tu Cuenta Premium.
PlayerPrefs.SetInt("valorNumerico", 3);
int v = PlayerPrefs.GetInt("valorNumerico");