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
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.tools",
|
||||
"version": "1.3.18",
|
||||
"version": "1.3.19",
|
||||
"displayName": "00.StaryEvo.Tools",
|
||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user