【m】优化打包工具
1.修复包体配置项在配置文件Inspector面板不显示的问题 2.修复在打包工具面板修改包体配置时无法保存的问题
This commit is contained in:
@@ -68,6 +68,7 @@ namespace Stary.Evo
|
||||
[Serializable]
|
||||
public class BuildConfig
|
||||
{
|
||||
[SerializeField]
|
||||
[LabelText("包体配置")]
|
||||
private List<PackageConfig> packages = new();
|
||||
|
||||
@@ -77,6 +78,7 @@ namespace Stary.Evo
|
||||
if (result == null)
|
||||
{
|
||||
result = new PackageConfig();
|
||||
result.packageID = packageID;
|
||||
packages.Add(result);
|
||||
}
|
||||
return result;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.staryevo.main",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"displayName": "00.StaryEvo",
|
||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||
"unity": "2021.3",
|
||||
|
||||
Reference in New Issue
Block a user