Number of played games

Hi, I have problem with 1 thing in my game. I can’t count played games by PlayerPrefs.
Every game, this number is being reset.

Someone know, how can I do it?

It looks like you are missing the PlayerPrefs.Save(); After the SetInt’s