This commit is contained in:
2025-09-30 15:55:11 +08:00
parent 7f42b8b451
commit 6bb89aad3a
9 changed files with 265 additions and 109 deletions

View File

@@ -211,7 +211,10 @@ namespace Stary.Evo.Editor
}
[TitleGroup("预览Domain作用域")] public List<CreatDomainEntity> domainList;
[TitleGroup("预览Domain作用域")]
[ListDrawerSettings(DraggableItems = false, ShowFoldout = false, ShowPaging = false, ShowItemCount = false,
HideRemoveButton = true,HideAddButton = true)]
public List<CreatDomainEntity> domainList;
protected override void Initialize()
{

View File

@@ -33,7 +33,7 @@ namespace Stary.Evo.Editor
public bool isOneKeyBuild;
[ListDrawerSettings(DraggableItems = false, ShowFoldout = false, ShowPaging = false, ShowItemCount = false,
HideRemoveButton = true)]
HideRemoveButton = true,HideAddButton = true)]
public List<OneKeyBuildEntity> OneKeyBuildEntities = new List<OneKeyBuildEntity>();
protected override void Initialize()

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.main",
"version": "2.0.8",
"version": "2.0.9",
"displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",