I am making a game and it would be my first time using PlayerPrefs. I was wondering if anyone could tell me if PlayerPrefs saves data across all scene in the game.
Yes. PlayerPrefs. What else should we say? It’s in the first sentence of the documentation ^^:
Stores and accesses player preferences
between game sessions.