Highscore

How to program a highscore system into your Unity game!

This page is unfinished, but made accessible because there may be useful content or links in the Notes section.

Outline

  • Score.cs
    • Variables
      • Current
    • Functions
      • AddScore
    • Events
      • AddedScore
  • Highscore.cs
    • Variables
      • Highscore
    • Functions
      • Save
      • Load

Notes

  • http://wiki.unity3d.com/index.php/ArrayPrefs2
  • http://luminaryapps.com/blog/announcing-grfon-a-kinder-gentler-serialization-format/