Skip to content

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

2.4.0

30 Apr 07:40

Choose a tag to compare

2.4.0 (2026-04-30)

Bug Fixes

  • UIManager: 为池复用路径分配独立的请求序列号 (0e0b004)
  • UIManager: 修复UI资源加载失败时的内存泄漏问题 (6b5bcb7)
  • UIManager: 修复打开失败时静默返回而非抛出异常的问题 (7b5139f)
  • UIManager: 确保 openUIFormInfo 在所有路径下正确释放 (f546cd6)

Features

  • UIManager: 添加单例界面的并发打开复用逻辑 (ed47706)

2.3.8

30 Apr 05:37

Choose a tag to compare

2.3.8 (2026-04-30)

Bug Fixes

  • UGUI代码生成器: 优化预制体验证逻辑并添加更多检查 (322b358)

2.3.7

30 Apr 05:07

Choose a tag to compare

2.3.7 (2026-04-30)

Bug Fixes

  • UI: 修正卸载UI资源时实例销毁顺序问题 (0fe8966)

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)