- Home /
Android Build not deleting PlayerPrefs
I built my unity build to my android phone, and before I did, I cleared the PlayerPrefs on my computer. I also added a button to clear the playerprefs from the phone, but the playerprefs are not deleting! My progress is being saved even though I just deleted the playerprefs. Any help?
Comment
Answer by hameed-ullah-jan · Apr 09, 2019 at 05:16 AM
have you tried PlayerPrefs.DeletAll()?
Yes that's what the button does when I press it. It runs that exact script, but the playerprefs still don't delete on the phone
Your answer
Follow this Question
Related Questions
How to create log by PlayerPrefs? 1 Answer
Saving progress even when I quit the windows app 0 Answers
How to save color 3 Answers
Unity Saved Serialized Levels 0 Answers