Lego Playtime

by Legobumb
Ever wanted to give your players incentives to keep playing?
ID:2491908
 
A system to keep track of players' time playing your game. Keeps track of overall play time and the current day's play time. You can use this system specifically to reward your players for continuously playing your game (included in the demo), or for whatever else you may think of.

Also included is a basic saving system to demonstrate the continuity of the demo between worlds ending and starting anew as well as saving and loading different progresses.

Release Notes
v1.1
- Better refined the PlaytimeTracker datum into a more generalized Stopwatch datum; the main difference being the need to call Start()/Stop() at appropriate times.

v1.0
- Made it more object-oriented and streamlined

v0.9
- Initial release