using System.Collections; using System.Collections.Generic; using System.IO; //using UnityEditor; using UnityEngine; public class Test// : AssetPostprocessor { static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) { } }