Hey! I've been working on this for almost 2 weeks now, and it STILL won't work! Can someone tell me what I'm doing wrong?
// Use this for initialization
void Awake () {
PlayerPrefs.GetInt("level", 0);
}
private void OnApplicationQuit()
{
PlayerPrefs.SetInt("level", Level);
PlayerPrefs.Save();
}
↧