RE: Saving Data in Unity, using "PlayerPrefs"

You are viewing a single comment's thread from:

Saving Data in Unity, using "PlayerPrefs"

in unity •  7 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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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.