I have been using unity on and off for a year and still learning. I am trying to create a basic game where a player has to go through levels and collecting points under a time countdown on android. The player will have completed the level once it has hit an endtrigger which would display the amount of points collected along with the time taken to complete it. The high score will then be displayed from the multiplication of the points and time taken, which is simple.
The high score would have already been saved using playerprefs and the high score will then be displayed on the level select screen below each level (ex. lvl 1: 136, lvl2: 245, etc...). I have just learned how to save a simple int using playerprefs.
My problem is, how do I save the high score of each individual level and then display it in the level select screen using playerprefs.