- Home /
Delete certain saved data
I created four save files and now I want to be able to hit a delete button to specificly delete only one of the saved files, however it seems that the only playerprefs command that I can use is deleteAll. What do I do?
Comment
Best Answer
Answer by numberkruncher · Apr 24, 2012 at 02:27 PM
Use PlayerPrefs.DeleteKey
to achieve this:
http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.DeleteKey.html
Your answer
Follow this Question
Related Questions
Saving important data securely 2 Answers
One simple question about saving in Network 1 Answer
how to change Application.persistentDataPath? 1 Answer
Serializer.Resume() not working for multiple levels 0 Answers
Save and Load Function 2 Answers