You are viewing a single comment's thread from:

RE: Saving Data in Unity, using "PlayerPrefs"

in #unity8 years ago

Careful with this. PlayerPrefs are meant to be used as Preferences, it's in the name. If you need to store anything complicated, do not use PlayerPrefs.

Sort:  

If you watched it, instead of commenting, you would notice, that its mentioned in the tutorial ;)

Well since I know how to use playerprefs, I didn't really feel like watching a tutorial :)

Most people watching my tutorials are at the very beginning, so learning how to use "PlayerPrefs" to save some variables is a good way to start.