The scoring system is what defines a game as a game. But creating it from scratch for different types of projects demands programming, time, effort, etc.
That’s why we created the Easy Score SystemEasy Score System is a plugin that saves you the time and effort of creating a scoring system from scratch, and lets you focus on what’s really important – creating a great game! It comes with systems like score, high score, last score & currency score. To save the scores by default it uses Unity's Player Prefs, but it's easy to implement a custom save the system by simply replacing some code. It also uses Unity's Jobs System, & and optionally supports Unity's Text Mesh Pro and Burst Compiler.Note: To test demo scenes the key files unity package must be imported first.Need Help?Documentation | Email | Facebook | DiscordFeatures:Distance Type Score.Point Type Score.Time Type Score.Count Temp Score [For All Types].High Score [For All Types].Last Score [For All Types].In-Game Currency System.Create different types of scores. (e.g. Gems, Kills & Distance, etc.).Supports both Standard & Text Mesh Pro text.Uses Unity Job System & Burst Compiler if installed & enabled.Clean code & Easy to modify.Light Weight / Won’t Impact Performance.Cross-platform [Without Burst].Easily use any kind of save the system by replacing some code with the new save systems API code (Default is PlayerPrefs).Be up & running with a Score, High Score, Last Score & Currency Score within a few minutes.Flexible functions to call in Unity Event & within scripts. (e.g. Add Score, Reset, Subtract Score, etc.).