Skip to content

Commit ae8653f

Browse files
chore(release): 2.3.6 [skip ci]
## [2.3.6](2.3.5...2.3.6) (2026-04-01) ### Bug Fixes * **UGUI:** 禁用自动释放时跳过资源卸载 ([b52f2b5](b52f2b5)) * **UI:** 为Unity IL2CPP代码裁剪添加Preserve属性 ([0ee56cf](0ee56cf)) ### Performance Improvements * 异步加载图标以提升界面响应性能 ([6e15382](6e15382))
1 parent b52f2b5 commit ae8653f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.3.6](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.5...2.3.6) (2026-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **UGUI:** 禁用自动释放时跳过资源卸载 ([b52f2b5](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/b52f2b583b38d4750e4d953ffdc3a8ae386abb25))
7+
* **UI:** 为Unity IL2CPP代码裁剪添加Preserve属性 ([0ee56cf](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/0ee56cf66e5c52a8b0500202f8f2871b776e04c6))
8+
9+
10+
### Performance Improvements
11+
12+
* 异步加载图标以提升界面响应性能 ([6e15382](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/6e153825bedbb784fa511002687bbcdd6b2d24e8))
13+
114
## [2.3.5](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.4...2.3.5) (2026-03-27)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X UI UGUI",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X UGUI 组件 - Unity UI功能包,提供UGUI组件的封装,使UGUI组件的使用更加简单高效。",
6-
"version": "2.3.5",
6+
"version": "2.3.6",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)