Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 377 Bytes

File metadata and controls

21 lines (14 loc) · 377 Bytes

PlayerPrefs in Unity

PlayerPrefs is Unity's built-in system for storing small amounts of data such as player settings, high scores, and preferences.

Advantages

  • Easy to use
  • Cross-platform
  • Built into Unity

Limitations

  • Not secure
  • Not suitable for large game data
  • Limited data types

Best Use Cases

  • Volume settings
  • High scores
  • Player preferences