To save the game data about how many doors the players have entered, I use PlayerPrefs. PlayerPrefs help our project to track players activities. It could respond to specific conditions that players have met. In the project, playerPrefs is used to count the amount of the doors( they are designed as paintings in the main […]