public static bool Exists(string fileName, FolderPaths path) { return(System.IO.File.Exists(UnityFile.GetFolderPath(path) + "/" + fileName)); }