Added VRM_STOP_ASSETPOSTPROCESSOR symbol

This commit is contained in:
ousttrue
2018-07-11 21:32:37 +09:00
parent 06a9bb77c7
commit f078a38f16

View File

@@ -6,6 +6,7 @@ using UnityEditor;
namespace VRM
{
#if !VRM_STOP_ASSETPOSTPROCESSOR
public class vrmAssetPostprocessor : AssetPostprocessor
{
static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
@@ -59,4 +60,5 @@ namespace VRM
}
}
}
#endif
}