private static void UpgradeResources() { UnityEditor.EditorApplication.delayCall += () => { CloudData.SaveInDropboxAFolderAsync("/resources", Application.persistentDataPath + "/resources", new User(), new List <string>(new string[] { ".json", ".csv" })); }; }