using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public class LayerTagSpawn : AssetPostprocessor { static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAsse…