public static string GetString(string key) { string decodedString = B64X.DecodeToString(PlayerPrefs.GetString(key)); return(decodedString); }