首次提交
This commit is contained in:
14
Assets/Scripts/NBC/Asset/Editor/Utils/ImportTools.cs
Normal file
14
Assets/Scripts/NBC/Asset/Editor/Utils/ImportTools.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace NBC.Asset.Editor
|
||||
{
|
||||
public class ImportAsset : AssetPostprocessor
|
||||
{
|
||||
private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets,
|
||||
string[] movedAssets,
|
||||
string[] movedFromAssetPaths)
|
||||
{
|
||||
Builder.Gather();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user