Skip to content

Commit 225efd8

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](2.8.1...2.9.0) (2026-04-10) ### Bug Fixes * **DefaultBuildinFileSystem:** 未找到内置目录文件时操作视为成功 ([88ee8c3](88ee8c3)) * **FileSystem:** 当StreamingAssets根目录不存在时跳过生成目录 ([4a23518](4a23518)) * 在编辑器环境下禁用KSWASM预加载并调整文件缓存路径 ([bb7414f](bb7414f)) ### Features * **filesystem:** 新增快手小游戏文件系统支持 ([b6361ab](b6361ab)) * 新增快手文件系统相关元数据文件 ([993489c](993489c)) * 添加快手和抖音小游戏平台支持 ([376b571](376b571))
1 parent 7ccab51 commit 225efd8

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.9.0](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/compare/2.8.1...2.9.0) (2026-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **DefaultBuildinFileSystem:** 未找到内置目录文件时操作视为成功 ([88ee8c3](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/88ee8c3c35e813a47d697756e42952e866188d5a))
7+
* **FileSystem:** 当StreamingAssets根目录不存在时跳过生成目录 ([4a23518](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/4a235189b1f6fe2e1cd3e8a89ac9f27407018ea3))
8+
* 在编辑器环境下禁用KSWASM预加载并调整文件缓存路径 ([bb7414f](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/bb7414f32c65d57a17592f7bad0bf05fca083ce9))
9+
10+
11+
### Features
12+
13+
* **filesystem:** 新增快手小游戏文件系统支持 ([b6361ab](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/b6361ab81e87c65bfd3af6353d64ff91860e7539))
14+
* 新增快手文件系统相关元数据文件 ([993489c](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/993489c75e4498a6b772cec3bdf2b14ca247ea5e))
15+
* 添加快手和抖音小游戏平台支持 ([376b571](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/376b571e0b61cd35862e5036a631b3f3927aa14b))
16+
117
## [2.8.1](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/compare/2.8.0...2.8.1) (2026-03-31)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframex.unity.tuyoogame.yooasset",
33
"displayName": "YooAsset",
4-
"version": "2.8.1",
4+
"version": "2.9.0",
55
"unity": "2019.4",
66
"description": "unity3d resources management system.",
77
"author": {

0 commit comments

Comments
 (0)