So I've opted to use PlayerPrefs to store important information throughout the game. Eventually if the player fails/wins I need the playerprefs to be deleted. However, It seems like the app needs to restart for PlayerPrefs.DeleteAll(); to work. Isn't there anyway to reset/remove PlayerPrefs during runtime?
↧