Answer the question
In order to leave comments, you need to log in
PlayerPrefs and increment how to do?
I have a script
void Start()
{
PlayerPrefs.GetInt("money");
PlayerPrefs.GetInt("food");
}
void OnClick()
{
PlayerPrefs.GetInt("money") -- 26;
PlayerPrefs.GetInt("food")++;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question