Unity Save Slots

string[] filePaths = Directory.GetFiles(Application.persistentDataPath, "*.gamesave");
Yucky Yak