File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ public static void BuildReady()
263263 /// </summary>
264264 public static void BuildAsset ( )
265265 {
266+ Debug . Log ( "BuildAsset" ) ;
266267 var buildInFileCopyParams = AssetBundleBuilderSetting . GetPackageBuildinFileCopyParams ( _builderOptions . PackageName , EBuildPipeline . BuiltinBuildPipeline . ToString ( ) ) ;
267268 BuiltinBuildPipeline pipeline = new BuiltinBuildPipeline ( ) ;
268269 BuildParameters buildParameters = new BuiltinBuildParameters ( ) ;
@@ -285,6 +286,7 @@ public static void BuildAsset()
285286 try
286287 {
287288 pipeline . Run ( buildParameters , true ) ;
289+ Debug . Log ( "BuildAsset End" ) ;
288290 isSuccess = true ;
289291 }
290292 catch ( Exception e )
@@ -294,6 +296,7 @@ public static void BuildAsset()
294296 }
295297 finally
296298 {
299+ Debug . Log ( $ "BuildAsset Finally IsSuccess={ isSuccess } ") ;
297300 if ( _builderOptions . IsUploadLogFile )
298301 {
299302#if ENABLE_GAME_FRAME_X_OBJECT_STORAGE
You can’t perform that action at this time.
0 commit comments