【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;
|
||||
|
||||
Reference in New Issue
Block a user