Recording metrics?

How would you script the ability to save a new player and the time for the new player to complete a level of a game. Please give scripting examples. Thank you for your help.

Player prefs gives you the capability of writing key / value pairs to a text file stored locally on the machine that the client is running. With “metrics” tracking such as yours, you’re looking at creating database information. So, you would either have to learn how to create your own databases and make query calls ( take for example SQL queries ) to your database server to store the information, or look for a vendor that supplies these services.

There isn’t a one all solution for this if you decide to create it yourself. Another option would be to go to a third party analytics platform that stores this information for you. Flurry is a good example of this, and would do exactly what you’re wanting: