You've already forked Commercialization.topon
update 1.1.25
This commit is contained in:
@@ -16,6 +16,7 @@ public class ATAssetPostprocessor : AssetPostprocessor
|
||||
{
|
||||
log("OnPostprocessAsset() >>> path: " + path + " assetPath: " + assetPath);
|
||||
}
|
||||
|
||||
static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
|
||||
{
|
||||
foreach (string str in importedAssets)
|
||||
@@ -32,7 +33,6 @@ public class ATAssetPostprocessor : AssetPostprocessor
|
||||
log("Moved Asset: " + movedAssets[i] + " from: " + movedFromAssetPaths[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void OnPreprocessAsset()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user