何冠峰
b0e85017d2
refactor : 重构代码
2026-01-16 10:28:01 +08:00
何冠峰
079ef75605
feat #682
2025-11-13 11:51:28 +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
何冠峰
29fbbd97ff
fix #678
2025-11-07 16:23:51 +08:00
何冠峰
304222b788
Update EditorDefine.cs
2025-10-31 17:03:27 +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
何冠峰
15005b3d30
sample : 程序集宏支持
...
YOO_MACRO_SUPPORT开启扩展代码
2025-10-09 19:07:03 +08:00
何冠峰
014b17f5cb
feat #643
2025-10-09 16:14:31 +08:00
何冠峰
c4ae67aa8e
perf: 资源扫描不再主动生成报告文件
2025-09-23 11:08:55 +08:00
何冠峰
8acc16d3f6
perf #632
2025-09-17 10:53:40 +08:00
何冠峰
0934c813d1
fix #644
2025-09-13 18:18:31 +08:00
何冠峰
be71d38cd8
update AssetBundleBuilder
2025-09-11 19:20:16 +08:00
何冠峰
4cdfde31da
update AssetArtScanner
2025-09-11 19:19:55 +08:00
何冠峰
a71c46d1c4
feat : 构建过程图集依赖计算增加开关
2025-09-08 19:00:55 +08:00
何冠峰
a5138b9846
feat : 在SBP构建管线里,自动建立主资源对象对图集的依赖关系
2025-08-29 19:06:55 +08:00
何冠峰
6b291de922
fix #617
2025-08-28 19:02:08 +08:00
何冠峰
a4b1300195
fix #623
2025-08-28 10:40:13 +08:00
何冠峰
6f34951a74
refactor #627
2025-08-28 10:27:37 +08:00
何冠峰
addb0ecdfe
build #621
2025-08-27 10:27:12 +08:00
何冠峰
e2f582834e
fix #611
2025-08-13 10:29:41 +08:00
何冠峰
11ed9d391a
build : 预留构建Mono脚本资源包方法。
2025-07-25 16:09:29 +08:00
何冠峰
9cd50bc7f3
fix : 修复构建页面扩展类缺少指定属性报错的问题。
2025-07-25 15:43:37 +08:00
何冠峰
48d2b36d4e
feat : 改进资源清单加密和解密接口
2025-07-23 15:38:29 +08:00
何冠峰
40c82835bf
style : code style
2025-06-30 10:53:16 +08:00
hhmmLife
1c4aba6db5
fix: 只有递归收集依赖时,依赖列表中才默认包含主资源
2025-06-23 00:56:50 +08:00
何冠峰
44faa0c5e6
fix #572
...
修复了资源收集页面指定收集的预制体名称变动的问题。
2025-06-20 17:55:51 +08:00
何冠峰
72c97341b1
fix #579
2025-06-20 14:03:12 +08:00
何冠峰
ed89e73d26
fix #576
...
资源清单加密和解密
2025-06-20 11:36:29 +08:00
何冠峰
48356a4f9e
fix #573
2025-06-17 18:20:28 +08:00
何冠峰
3949abb53f
fix #566
...
重构了资源构建页面,方便扩展自定义界面。
2025-06-17 15:29:54 +08:00
何冠峰
18e74e906e
fix #551
2025-06-13 17:18:38 +08:00
何冠峰
4f62b249b4
update TableView
...
增加AssetObjectCell类
2025-05-19 16:25:16 +08:00
何冠峰
4322f3c58c
fix #545
2025-05-13 10:23:22 +08:00
何冠峰
32841d4773
Update AssetBundleDebuggerWindow.cs
2025-05-09 15:29:26 +08:00
何冠峰
e469b32d94
refactor: The tag diffusion logic in the collector
...
优化收集器tag传染扩散逻辑,避免Group里配置了Tag导致的无意义的警告信息。
2025-04-23 18:42:26 +08:00
何冠峰
c0e5315953
feat : Buld the pipeline output the log file.
...
构建管线输出构建日志到输出目录下。
2025-04-23 18:19:13 +08:00
何冠峰
7b5f366533
Build system add BuiltinShadersBundleNameIsNull ErrorCode
2025-04-23 16:56:03 +08:00
何冠峰
9b0bebd981
refactor : Macro scripts control by YOO_ASSET_EXPERIMENT
2025-04-23 16:38:17 +08:00
何冠峰
51c9943cf2
修复了输出csproject工程文件编码为UTF16的问题
...
修正BOM问题
2025-04-22 17:41:36 +08:00
何冠峰
1b57a0b7df
修复了输出csproject工程文件编码为UTF16的问题。
2025-04-22 16:47:33 +08:00
何冠峰
a384ca1f18
feat : scriptable build pipeline add StripUnityVersion parameter.
...
新增构建参数
2025-04-18 16:48:03 +08:00
何冠峰
999ede6bab
fix #534
2025-04-17 18:51:08 +08:00
何冠峰
bd1569c34d
fix #533
2025-04-17 18:47:59 +08:00
何冠峰
927400b669
refactor : EFileNameStyle move to runtime code
2025-04-08 14:28:52 +08:00
何冠峰
b6c68a533e
update asset bundle builder
...
增加TaskCreateCatalog任务节点
2025-03-14 18:49:56 +08:00
何冠峰
38aa1c3509
update file system
2025-03-14 18:26:04 +08:00
何冠峰
79467bbf13
update editor assembly
2025-03-12 18:32:28 +08:00
Y-way
d910af589d
Update MacrosProcessor.cs
...
修正YooAsset相关宏在引用库不能生效的问题.
2025-03-10 15:22:44 +08:00