Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@SaiTingHu SaiTingHu released this 27 Feb 07:58
· 20 commits to master since this release

编辑器:
1.升级:Unity版本至2022.3.17。
2.新增:Log日志工具箱支持添加超链接文本,用于在Console窗口实现超链接点击。

运行时:
1.优化:SingletonBehaviourBase支持业务逻辑分块化,使用AddModule(ModuleType)。
2.优化:UI逻辑类支持定义区域(UIRegion),区域有自己的生命周期,便于逻辑拆分与代码解耦。