Early Bird Gets The Worm
About
Made this simple tap game for a Unity Learn project, which showcases what I learned about data persistence. Some stuff I finally figured out:
- Save and load games between game sessions
- Transfer data between scenes using a simple JSON saving script
- Save audio settings between game sessions
- Compare, save, and load highscore data for a highscore table
Enjoy!