I am trying to figure out how to make a game manager for tracking statistics however when ever I search this topic it comes up with RPG attributes. Unfortunately “stats” and “attributes” have become completely conflated and I can’t find any information on tracking actual statistics. So I need to be pointed in the right direction with any lingo that you forum pros may know of.
To clarify I’m not looking for Unity analytics and I don’t want computer statistics such as frames per second. I’m looking for something more like an in game achievement however achievements are normally single events like “Reached the top of the mountain” or “reached XX meters high” which could update as new heights are reached. That’s fine but I want to know the best way to capture more analytical data that could be displayed in a menu for both serious and fun little things. Think of the Statistics menu in an old spider-man game that told you how many steps you had taken, how many webs you had shot, and how many meters you had swung etc. Or the Statistics in Horizon Zero Dawn that has game progression and statistics menus (and yet searching the web for their statistics menu yields no results :\ ). They tell you how many people you killed, how many where head shots, how many side quests you completed, how many camp fires activated etc etc. Not Trophy’s not achievements just player statistical data-points. Yes Anylitics is close to what i am looking for but I want to report these to the player rather then hide them and require a raw data export for me to view.
Have any of you done this? What suggestions would you have for someone researching how to accomplish this? Should I just hink of them as Achievements and Trophy’s?
Thanks.