- Home /
PlayerPrefs setting to an existing int
Hey guys. Sorry if this has been asked before but I can't find it if it has. I want to know what to do if I had an existing Integer and said if the int I have is greater then the Playerpref set the playerpref to the int in this script? For example this would be score
"if I had an existing Integer and said if the int I have is greater then the Playerpref set the playerpref to the int in this script?" that sentence makes no sense...
Setting a playerpref will override the value that's in the given playerpref.
Your answer
Follow this Question
Related Questions
Issue with PlayerPrefs not loading a value, as well as a bug... 1 Answer
Creating a Playerpref score system 1 Answer
How to tell if an int is even 2 Answers
int +=1 won't exceed 1 2 Answers
How do I create a save scene feature though int value in c# 2 Answers