So far i know how to use PlayerPrefs. I like the system because it's possible to easily set and get floats, ints and strings. I also like that you can delete all data. I'd like to know of a similar system but more flexible.
It would be best if i could have all the flexibility PlayerPrefs offers but more. It would be best if i could have a way to make text files in game's folder, maybe choose save location? PlayerPrefs has the problems that it could get unoptimized for games that need to save many things, it's in a bad location and it's difficult to make multiple save files. It's also really difficult to backup your saves.
↧