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