From e499bba73a5a387d06eaf4d107177b61157c53f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Tue, 6 May 2025 17:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=BA=9Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/00.StaryEvo/Editor/BuildAsset/IBuildPipelineViewer.cs | 5 +++++ Assets/00.StaryEvo/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Assets/00.StaryEvo/Editor/BuildAsset/IBuildPipelineViewer.cs b/Assets/00.StaryEvo/Editor/BuildAsset/IBuildPipelineViewer.cs index 4926b81..bdec8c4 100644 --- a/Assets/00.StaryEvo/Editor/BuildAsset/IBuildPipelineViewer.cs +++ b/Assets/00.StaryEvo/Editor/BuildAsset/IBuildPipelineViewer.cs @@ -60,10 +60,15 @@ namespace Stary.Evo.Editor { this.dataSetting = dataSetting; useAssetDependencyDBToggle = true; + SetUseAssetDependencyDB(); clearBuildCacheToggle = false; + SetBuildCacheToggle(); compression = ECompressOption.LZ4; + SetCompression(); fileNameStyle = EFileNameStyle.BundleName; + SetFileNameStyle(); copyBuildinFileOption = EBuildinFileCopyOption.ClearAndCopyAll; + SetCopyBuildinFileOption(); } #region AssetBuild diff --git a/Assets/00.StaryEvo/package.json b/Assets/00.StaryEvo/package.json index a1e4688..a7cc130 100644 --- a/Assets/00.StaryEvo/package.json +++ b/Assets/00.StaryEvo/package.json @@ -1,6 +1,6 @@ { "name": "com.staryevo.main", - "version": "1.0.27", + "version": "1.0.28", "displayName": "00.StaryEvo", "description": "This is an Framework package", "unity": "2021.3",