Skip to content

Releases: GameFrameX/com.gameframex.unity.ui.ugui

2.3.6

01 Apr 10:57

Choose a tag to compare

2.3.6 (2026-04-01)

Bug Fixes

  • UGUI: 禁用自动释放时跳过资源卸载 (b52f2b5)
  • UI: 为Unity IL2CPP代码裁剪添加Preserve属性 (0ee56cf)

Performance Improvements

  • 异步加载图标以提升界面响应性能 (6e15382)

2.3.5

27 Mar 05:55

Choose a tag to compare

2.3.5 (2026-03-27)

Bug Fixes

  • UI: 修复UI组助手为空时实例化崩溃并增加资源名参数 (55c2a73)
  • UI资源加载: 增加Resources.Load失败时的错误处理 (5b46177)
  • 修正格式化字符串中的参数索引错误 (3d5468e)

2.3.4

19 Mar 14:50

Choose a tag to compare

2.3.4 (2026-03-19)

Bug Fixes

  • UGUICodeGenerator: 公开类和方法并添加预制体验证 (dfd5c03)

2.3.3

19 Mar 13:56

Choose a tag to compare

2.3.3 (2026-03-19)

Bug Fixes

  • UI: 根据资源路径选择正确的资源卸载方式 (fa0c5ee)

2.3.2

06 Mar 08:10

Choose a tag to compare

2.3.2 (2026-03-06)

Bug Fixes

  • UI: 修复UI资源释放时未使用正确路径的问题 (6fb66c5)

2.3.1

05 Mar 12:23

Choose a tag to compare

2.3.1 (2026-03-05)

Bug Fixes

  • 修正异步资源加载成功状态检查条件 (ad6b92f)

2.3.0

05 Mar 08:52

Choose a tag to compare

2.3.0 (2026-03-05)

Features

  • UI编辑器: 添加对TextMeshPro组件的代码生成支持 (245edda)

2.2.2

05 Mar 07:03

Choose a tag to compare

2.2.2 (2026-03-05)

Bug Fixes

  • 代码生成器: 修复资源路径为空时未添加OptionUIConfig特性 (5c3cd88)

2.2.1

05 Mar 06:00

Choose a tag to compare

2.2.1 (2026-03-05)

Bug Fixes

  • UI: 修复UI组辅助器深度设置问题并优化创建逻辑 (20e45ce)

2.2.0

23 Dec 08:06

Choose a tag to compare

2.2.0 (2025-12-23)

Bug Fixes

  • UGUIFormHelper: 改进无效UI表单实例的错误日志信息 (d10994e)
  • UGUI: 修复UI表单组分配逻辑错误 (046b6af)
  • UGUI: 修复未设置UIForm的UIGroup问题 (cc108b1)
  • UGUI: 当未设置动画属性时使用默认动画配置 (a8f7bc9)
  • UIManager: 使用对象池释放UI对象而非直接销毁 (36eb439)
  • UIManager: 修复UI回收逻辑并添加回收至实例池方法 (5a0d772)
  • UIManager: 修复UI表单释放时未正确释放资源的问题 (5f872e3)
  • UIManager: 修复UI表单释放时的重复获取问题 (5364481)
  • UI资源管理: 修复UI资源释放时未处理资源句柄的问题 (f19b290)
  • 在UIForm.Init调用中添加RecycleInterval参数 (d094245)

Features

  • UGUI: 实现界面显示和隐藏的完整逻辑 (ae30d91)
  • UIManager: 添加异步加载UI表单的队列管理功能 (68f4912)
  • UI: 添加UI表单显示和隐藏动画支持 (43bf8f9)