Example #1
0
 // For the time being this doesn't use the callback
 public static void PostprocessSyncProject(
     string[] importedAssets,
     string[] addedAssets,
     string[] deletedAssets,
     string[] movedAssets,
     string[] movedFromAssetPaths)
 {
     Synchronizer.SyncIfNeeded(addedAssets.Union(deletedAssets.Union(movedAssets.Union(movedFromAssetPaths))), importedAssets);
 }