Skip to content

Commit 41da362

Browse files
chore(release): 2.3.5 [skip ci]
## [2.3.5](2.3.4...2.3.5) (2026-03-27) ### Bug Fixes * **UI:** 修复UI组助手为空时实例化崩溃并增加资源名参数 ([55c2a73](55c2a73)) * **UI资源加载:** 增加Resources.Load失败时的错误处理 ([5b46177](5b46177)) * 修正格式化字符串中的参数索引错误 ([3d5468e](3d5468e))
1 parent 5b46177 commit 41da362

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.5](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.4...2.3.5) (2026-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **UI:** 修复UI组助手为空时实例化崩溃并增加资源名参数 ([55c2a73](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/55c2a731c8499ebb4709d092c6ce4cad7d1484b2))
7+
* **UI资源加载:** 增加Resources.Load失败时的错误处理 ([5b46177](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/5b46177daace1385c9ad59309b0aa3b6f473d9a4))
8+
* 修正格式化字符串中的参数索引错误 ([3d5468e](https://github.com/gameframex/com.gameframex.unity.ui.ugui/commit/3d5468e38757be995c40e21017f5665c80e0c93c))
9+
110
## [2.3.4](https://github.com/gameframex/com.gameframex.unity.ui.ugui/compare/2.3.3...2.3.4) (2026-03-19)
211

312

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.4",
6+
"version": "2.3.5",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)