How to save progress? and not delete values on load
making a simple clicker, gonna upload to kongregate, need a way for it to save the players progress, i planned on this being the end thing but after having to make different scenes load it deletes the values of the floats and i know dontdeleteonload or something like that but i dont want that text to stay there, i want the lavue to stay like the amount taht the player has clicked but when loading back to the same scene the values are reset, this would be a big problem with a broswer game since the player would loose there progress after leaving the game :/
Answer by Morgan · Oct 09, 2016 at 05:01 AM
PlayerPrefs can store whatever data, so you can load it back again in future on the same device:
Your answer
Follow this Question
Related Questions
How to save player score? (C#) 0 Answers
Saving all prefab positions in one JSON file 0 Answers
Cannot Save due to file access denied WINDOWS 8 COMPUTER 0 Answers
How to Reset Save Data 1 Answer
How To Save and Load player position using Serialization? 0 Answers