Commit Graph

1309 Commits

Author SHA1 Message Date
ALEX
0ba9d1a8b7 Merge pull request #129 from 6ag/main
UI脚本生成,区分UIWidget和UIWindow
2025-03-20 00:06:31 +08:00
feng
2818edb575 UI脚本生成,区分UIWidget和UIWindow 2025-03-19 22:04:10 +08:00
Alex-Rachel
5210c1d36b ToolbarExtender
ToolbarExtender
2025-03-19 21:12:28 +08:00
Alex-Rachel
cdc7a8f688 Update SourceGenerator 忽略除了默认程序集的生成
Update SourceGenerator 忽略除了默认程序集的生成
2025-03-19 20:18:09 +08:00
Alex-Rachel
c20f8285d8 Update ResourceModule.Services.cs 2025-03-19 12:55:52 +08:00
Alex-Rachel
f2a63978da 增加MiniGameFileSystem的支持,增加EncryptType的解密枚举类型,以及ResourceModule解密方法实现
增加MiniGameFileSystem的支持,增加EncryptType的解密枚举类型,以及ResourceModule解密方法实现
2025-03-19 12:40:13 +08:00
Alex-Rachel
36db2f3aba 增加UnLoadAsync, 调整LoadSceneAsync的命名,增加_handlingScene当前正在处理的Scene保护
增加UnLoadAsync, 调整LoadSceneAsync的命名,增加_handlingScene当前正在处理的Scene保护
2025-03-19 09:30:27 +08:00
Alex-Rachel
61b2baeaf7 LocalizationUtility 命名规范 2025-03-18 22:34:43 +08:00
ALEX
7aab91215c Merge pull request #128 from 6ag/main
脚本自动生成增加Toggle
2025-03-18 19:31:55 +08:00
feng
4ae417337b 脚本自动生成增加Toggle 2025-03-18 18:56:37 +08:00
Alex-Rachel
52ac77d5e4 SceneModule增加UniTask的LoadScene方法 2025-03-18 14:39:08 +08:00
Alex-Rachel
515d55e19a Update UpdateSettingEditor.cs 2025-03-18 14:37:24 +08:00
Alex-Rachel
a4221e36f8 HotUpdateAssemblies 剔除.dll后缀
HotUpdateAssemblies 剔除.dll后缀
2025-03-18 13:46:32 +08:00
Alex-Rachel
58cecd2071 Update UpdateSettingEditor.cs TEngine6.0.0 2025-03-18 00:36:34 +08:00
Alex-Rachel
81a794cff3 Update Utility.Http.cs 2025-03-18 00:24:54 +08:00
Alex-Rachel
5e6d98764c Update GameModule.cs 2025-03-18 00:21:56 +08:00
Alex-Rachel
385de69cb9 规范化LocalizationModule 2025-03-18 00:20:44 +08:00
Alex-Rachel
b68a5a84b9 自动同步UpdateSetting到HybridCLRSetting 2025-03-17 18:51:52 +08:00
Alex-Rachel
8ede4c7faa 增加DisStripCode防止裁剪组件 2025-03-17 18:28:26 +08:00
Alex-Rachel
f4d89bb420 EmitHelper动态方法不支持IL2CPP 2025-03-17 17:31:42 +08:00
Alex-Rachel
202df9ff62 GetUIAsyncAwait CancellationToken nullable 2025-03-17 14:11:11 +08:00
Alex-Rachel
e4989425e8 优化Activator.CreateInstance, 已知类型优先使用new 代替反射,其次使用EmitHelper。耗时对比:直接new 1,EmitHelper 3, Activator 10。 2025-03-17 12:01:25 +08:00
ALEX
a7b6d6f478 Merge pull request #126 from tpxxn/main
ShellHelper 在 Unity 输出 Log
2025-03-17 02:51:52 +08:00
tpxxn
db3fd11cb2 ShellHelper 在 Unity 输出 Log 2025-03-17 00:23:27 +08:00
Alex-Rachel
a2fe29af24 GameApp #pragma warning disable CS0436 2025-03-16 23:47:28 +08:00
Alex-Rachel
bf92b4d568 GameApp #pragma warning disable CS0436 2025-03-16 23:46:33 +08:00
Alex-Rachel
b060057c36 合理化目录结构,UIScriptGenerator、AssetBundleCollector挪到Assets/Editor目录下方便用户自行修改。 2025-03-16 18:41:49 +08:00
Alex-Rachel
9bffcce30e UIScriptGenerator 2025-03-15 00:42:23 +08:00
Alex-Rachel
be3b6eb8f2 newtonsoftJson 2025-03-14 23:41:13 +08:00
ALEX
a61d8bd668 Merge pull request #125 from yuliuren/main
Atlas工具增加2021版本支持
2025-03-14 20:16:50 +08:00
陈思海
fae2afd3c8 Atlas工具增加2021版本支持
目前支持2021.x  ~ 6000.x
2025-03-14 19:56:05 +08:00
ALEX
a309cd2f98 Merge pull request #124 from yuliuren/main
新增Altas图集编辑器
2025-03-14 16:15:26 +08:00
陈思海
3dc478c509 modify
修改初次报错
2025-03-14 16:00:05 +08:00
陈思海
c728dc4c0f 新增Altas图集编辑器
增加可视化定制化的路径配置
增加图集冗余机制判断 自动更新自动移除冗余依赖图集
增加各平台打包图集设定
增加V2和v1图集切换打包 ps:新旧想用哪个都行
2025-03-14 15:52:23 +08:00
Alex-Rachel
e9d6c27006 ShowUIAsyncAwait 2025-03-13 19:46:14 +08:00
Alex-Rachel
33bdcbd913 Update SpritePostprocessor.cs 2025-03-13 10:30:16 +08:00
Alex-Rachel
ac236e4b6a Merge branch 'main' of https://github.com/Alex-Rachel/TEngine 2025-03-13 10:27:22 +08:00
Alex-Rachel
d6f5e65ab4 规范化protected的Fields 命名规范。
protected一定程度上与private类似,外部无法访问。
2025-03-13 10:27:16 +08:00
ALEX
95412017e3 Merge pull request #122 from 6ag/main
SpritePostprocessor回退,已注释新版内容
2025-03-12 20:59:04 +08:00
feng
07f02acb1e 整理SpritePostprocessor图集打包脚本 2025-03-12 20:57:42 +08:00
feng
c03170e860 SpritePostprocessor回退,已注释新版内容 2025-03-12 20:52:03 +08:00
Alex-Rachel
aa5dc9dcb4 Update GameEntry.cs 2025-03-12 18:46:08 +08:00
ALEX
53665f669c Merge pull request #120 from 6ag/main
修复Image/SpriteRenderer设置Sprite时,类型转换错误
2025-03-12 17:34:52 +08:00
feng
91403615bc 修复Image/SpriteRenderer设置Sprite时,类型转换错误 2025-03-12 17:32:37 +08:00
ALEX
77b2fdceb8 Merge pull request #119 from 6ag/main
给UIModule中UI摄像机赋值
2025-03-12 16:50:05 +08:00
feng
7b7b14a8c3 给UIModule中UI摄像机赋值 2025-03-12 16:39:44 +08:00
ALEX
c7f3511bd3 Merge pull request #118 from 6ag/main
设置图片支持CancellationToken取消
2025-03-12 14:32:01 +08:00
Alex-Rachel
e089aead36 Update ProcedureInitResources.cs 2025-03-12 14:31:21 +08:00
feng
d169b62fc5 设置图片支持CancellationToken取消 2025-03-12 14:26:38 +08:00
Alex-Rachel
ab10c587f8 Fixed AudioSetting.asset 2025-03-12 13:18:38 +08:00