11
This commit is contained in:
@@ -38,9 +38,7 @@ namespace Stary.Evo.Editor
|
||||
|
||||
[Title("打包配置", titleAlignment: TitleAlignments.Centered)] [ToggleLeft] [LabelText("是否添加水印")]
|
||||
public bool isWatermark = false;
|
||||
|
||||
[ToggleLeft] [LabelText("开发构建")] public bool developmentBuild = false;
|
||||
|
||||
|
||||
[ToggleLeft] [LabelText("构建完成后打开文件夹")] public bool openFolderOnComplete = true;
|
||||
|
||||
[BoxGroup("缓存管理", centerLabel: true)]
|
||||
@@ -299,12 +297,6 @@ namespace Stary.Evo.Editor
|
||||
}
|
||||
|
||||
BuildOptions buildOptions = BuildOptions.None;
|
||||
if (developmentBuild)
|
||||
{
|
||||
buildOptions |= BuildOptions.Development;
|
||||
buildOptions |= BuildOptions.AllowDebugging;
|
||||
buildOptions |= BuildOptions.ConnectWithProfiler;
|
||||
}
|
||||
|
||||
return new BuildPlayerOptions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user