何冠峰
4c717b69db
Update CHANGELOG.md
2026-05-09 17:39:32 +08:00
何冠峰
d64997a0df
Update package.json
2026-05-09 17:38:36 +08:00
何冠峰
a265b85d37
refactor : 代码重构
2026-05-09 17:30:10 +08:00
何冠峰
5b81269090
refactor : 代码重构
2026-04-28 10:12:46 +08:00
何冠峰
d228e41df7
Merge branch 'dev' of https://github.com/tuyoogame/YooAsset into dev
2026-01-12 10:42:57 +08:00
xiewen
72f02bd73f
add FileSystemParameters description
2026-01-09 10:03:57 +08:00
何冠峰
a37663a8c2
refactor : 重构异步操作模块
2026-01-08 19:19:05 +08:00
何冠峰
f375d45bd6
refactor : 重构异步操作模块
2026-01-08 17:22:19 +08:00
何冠峰
3dd3d4ef76
refactor : 重构异步操作模块
2026-01-08 11:21:26 +08:00
何冠峰
f0563cce0b
refactor : 重构网络下载模块
2026-01-07 15:52:32 +08:00
何冠峰
9b83dcf723
refactor : 重构网络下载模块
2026-01-07 15:08:05 +08:00
何冠峰
ee67a55c0f
refactor : 重构网络下载模块
2026-01-07 10:23:11 +08:00
何冠峰
454afc9ba6
docs : 增加模块的文档说明
2026-01-06 17:12:07 +08:00
何冠峰
539ca3523e
style : 规范代码注释
2026-01-06 14:57:15 +08:00
何冠峰
c87efdb509
refactor : 重构网络下载模块
...
新增通用下载接口,扩展了默认的Unity引擎下载器
2026-01-05 19:44:10 +08:00
何冠峰
1884fab0c2
refactor : remove weak reference handle
2025-12-23 15:07:52 +08:00
何冠峰
e5d0a856a5
perf : 异常处理替换为YOO的异常类
2025-12-05 15:45:04 +08:00
何冠峰
5da8c6baf8
perf : 文件验证和文件下载并发设置为合理的默认值,并限制参数为合理范围。
2025-12-04 21:12:49 +08:00
何冠峰
33356cb270
完善一些高危风险的代码容错机制。
2025-12-04 20:34:29 +08:00
何冠峰
4b6a8ca406
Update CHANGELOG.md
2025-12-04 18:30:51 +08:00
何冠峰
c8e45a6cae
Update package.json
2025-12-04 18:30:46 +08:00
何冠峰
1fbc9d26a6
style : 修改注释说明
2025-12-04 18:16:40 +08:00
何冠峰
abb087b02e
fix #700
2025-12-03 10:14:55 +08:00
DESKTOP-FIVME83\Administrator
78d24ad3a6
清理指定地址的文件
...
(cherry picked from commit 41a1973be8f11c1629b334238546556f54101c35)
2025-11-21 16:29:21 +08:00
何冠峰
aab2c4625e
feat #671
2025-11-13 15:54:08 +08:00
何冠峰
079ef75605
feat #682
2025-11-13 11:51:28 +08:00
何冠峰
75881b55f6
fix #683
2025-11-12 18:41:17 +08:00
lark
088d939346
Localize UI strings to English in editor windows
...
Replaced Chinese UI strings with English equivalents in various editor windows and dialogs, including AssetArtReporter, AssetArtScanner, and AssetBundleBuilder viewers. This improves accessibility for non-Chinese users and standardizes the language across the editor tools.
2025-11-11 14:43:49 +08:00
何冠峰
fa50e91c9f
fix #684
2025-11-07 16:37:26 +08:00
何冠峰
2e7b992a4b
Merge branch 'dev' of https://github.com/tuyoogame/YooAsset into dev
2025-11-07 16:23:54 +08:00
何冠峰
29fbbd97ff
fix #678
2025-11-07 16:23:51 +08:00
coffee
78e20f434e
修复UniTask的扩展包问题
...
Unity版本: 2021.3.45f1
yooasset版本:2.3.17
少了一个下划线
2025-11-01 23:24:03 +08:00
何冠峰
304222b788
Update EditorDefine.cs
2025-10-31 17:03:27 +08:00
何冠峰
101236db8a
Update CHANGELOG.md
2025-10-30 20:49:54 +08:00
何冠峰
37de007b3f
Update package.json
2025-10-30 20:49:51 +08:00
何冠峰
d570ba8d74
fix #661
2025-10-30 18:31:06 +08:00
何冠峰
2a956099ae
移除程序集里冗余引用
2025-10-30 11:25:21 +08:00
何冠峰
74037a5a29
fix #670
2025-10-28 19:16:51 +08:00
何冠峰
861f850a32
Merge branch 'dev' of https://github.com/tuyoogame/YooAsset into dev
2025-10-27 17:42:32 +08:00
何冠峰
8b1b5f988a
fix #669
2025-10-27 17:42:29 +08:00
yzp
03e49ff1fb
Fix Chinese input issue in TextField by enabling isDelayed
...
Fixed an issue where Chinese IME candidate characters were being incorrectly inserted into TextFields (PackageDesc, GroupDesc, etc.), causing garbled text like "默认包baobabmo'rmom".
The fix sets `isDelayed = true` on all TextFields in AssetBundleCollectorWindow, which defers value change callbacks until the user completes input (by pressing Enter or losing focus), thus avoiding interference from IME candidate characters.
Modified TextFields:
- PackageName
- PackageDesc
- GroupName
- GroupDesc
- GroupTags
- User Data (collector)
- Asset Tags (collector)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-26 00:01:48 +08:00
何冠峰
ea34be1f00
fix #646
2025-10-15 17:27:08 +08:00
何冠峰
831a9981e3
Update SearchCacheFilesOperation.cs
2025-10-14 16:58:06 +08:00
Alan Liu
3579a23bd5
优化SearchCacheFilesOperation
2025-10-13 18:55:49 +08:00
何冠峰
c865ddc7f2
feat #650
2025-10-10 10:20:02 +08:00
何冠峰
0bde506aec
feat #648
2025-10-09 19:10:26 +08:00
何冠峰
15005b3d30
sample : 程序集宏支持
...
YOO_MACRO_SUPPORT开启扩展代码
2025-10-09 19:07:03 +08:00
何冠峰
4caf733ac6
fix #652
2025-10-09 16:17:44 +08:00
何冠峰
014b17f5cb
feat #643
2025-10-09 16:14:31 +08:00
何冠峰
f3ebda0c04
refactor : 重构资源清单反序列化逻辑
2025-09-30 15:35:32 +08:00