mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
Added VRM_STOP_ASSETPOSTPROCESSOR symbol
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user