private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
 {
     if (!InternalEditorUtility.inBatchMode)
     {
         UTinyBuildPipeline.InstallRuntimeOnLoad();
     }
 }