1.5.4-preview
Pre-release
Pre-release
优化了资源清单文件构建速度(极大提升构建体验)(感谢yingnierxiao同学)。
Fixed
Added
- 新增了IBuildinQueryServices 接口。
Changed
-
在开启可寻址模式下,默认支持通过资源路径加载资源对象。
-
优化了资源收集界面,增加了配置相关的警示提示。
-
优化了资源报告界面,增加了BundleView界面里的builtin资源的列表显示。
-
IQueryServices接口变更为IBuildinQueryServices接口
-
EOperationStatus增加了正在处理的状态。
public enum EOperationStatus { None, Processing, Succeed, Failed }