Commit Graph

868 Commits (b1b0563d8427f869085d00f37f8b5d2a14b326eb)

Author SHA1 Message Date
hevinci 254da59b7a update asset bundle builder 2023-03-14 16:12:48 +08:00
hevinci c9b775d8ff update asset bundle builder
报告文件内增加资源包内嵌的资源列表
2023-03-13 19:36:17 +08:00
hevinci d60b0ea0ea Update document 2023-03-11 00:47:39 +08:00
hevinci 20061983d6 update space shooter 2023-03-11 00:45:58 +08:00
hevinci ff8f8623d9 update space shooter 2023-03-11 00:14:26 +08:00
hevinci 1ce1a6f0ff update extension sample 2023-03-11 00:08:15 +08:00
hevinci 67d09d95fa update runtime code
代码里移除了Patch敏感字。
2023-03-11 00:06:40 +08:00
hevinci 10e04c7645 update editor code 2023-03-10 23:44:15 +08:00
hevinci 9c05ac8cc2 Update CHANGELOG.md 2023-03-10 16:06:54 +08:00
hevinci 55d1eb145e Update package.json 2023-03-10 16:06:45 +08:00
hevinci c8cdeb2ae1 update asset system 2023-03-10 15:53:28 +08:00
hevinci 9891ab23a2 update samples 2023-03-09 17:29:37 +08:00
hevinci 9739fe2b79 update samples 2023-03-09 17:28:40 +08:00
hevinci c976221cbb update shader variant collector
修复了在unity2021下界面错乱的问题。
2023-03-09 15:33:48 +08:00
hevinci 8267904155 update editor code 2023-03-09 15:16:02 +08:00
hevinci ef8a8ff497 update asset bundle builder 2023-03-09 10:29:14 +08:00
hevinci 2384921477 update asset bundle builder
修复了可编程构建管线,当项目里没有着色器,如果有引用内置着色器会导致打包失败的问题。
2023-03-08 19:39:20 +08:00
hevinci 985b05f29d update asset bundle builder
优化了打包逻辑,提高构建速度。
2023-03-08 19:27:09 +08:00
hevinci 5254fb65ef update asset bundle collector 2023-03-08 18:34:48 +08:00
hevinci 8ff666d5e2 update patch system 2023-03-08 12:48:57 +08:00
hevinci ed77d6dc1f update decryption services 2023-03-08 12:22:09 +08:00
hevinci 7b41fd82a4 update asset system 2023-03-08 12:10:07 +08:00
hevinci ac0112199d update asset bundle builder
修复了SBP打包,如果包含内置资源会打包失败的问题。
2023-03-06 20:18:41 +08:00
hevinci ef5e1e65f9 fix #73
修复了同步加载原生文件,程序卡死的问题。
2023-03-06 20:05:34 +08:00
hevinci b330d26b4f update asset bundle builder 2023-03-06 19:07:46 +08:00
hevinci 93d7c34454 update logger 2023-03-03 18:24:01 +08:00
hevinci 0bd5677e26 update runtime code 2023-03-03 18:21:56 +08:00
hevinci 22e2e978ef Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2023-03-03 18:04:46 +08:00
hevinci 65c2651105 Update EditorHelper.cs 2023-03-03 18:04:44 +08:00
何冠峰 ef13e19c48
Merge pull request #72 from HXiaoMing/feat-custom-logger
feat(YooLogger):支持自定义日志处理,方便收集线上问题
2023-03-03 18:03:21 +08:00
hevinci 39ffad6da6 Update CHANGELOG.md 2023-03-03 17:28:51 +08:00
hevinci 13924fca13 Update package.json 2023-03-03 17:28:42 +08:00
hevinci 438f006d1d update samples 2023-03-03 17:28:24 +08:00
hevinci 6fb5626230 Update document 2023-03-03 17:28:03 +08:00
hevinci ab29069af5 update download system
下载文件验证支持多线程。
2023-03-03 16:12:17 +08:00
hevinci fc3ed28eda update samples 2023-03-03 11:53:22 +08:00
hevinci 46c9110b85 update asset bundle builder 2023-03-03 11:51:48 +08:00
hevinci 06b033ed36 update asset system
优化了资源加载器查询逻辑。
2023-03-03 11:23:15 +08:00
hevinci ab96f3f28c update cache system
优化缓存系统的存储目录结构。
2023-03-01 20:35:01 +08:00
hevinci 295238cbb6 update asset system
优化资源对象加载耗时统计逻辑。
2023-03-01 18:23:47 +08:00
huanggongming 69125e967f feat(YooLogger):支持自定义日志处理,方便收集线上问题 2023-03-01 16:10:24 +08:00
hevinci 4f0f0e54ac update asset bundle collector
优化了资源收集界面,查看Collector主资源列表卡顿问题。
2023-03-01 11:03:52 +08:00
hevinci a9a01b08dc update patch system 2023-03-01 10:50:38 +08:00
hevinci c27a3e105c update asset bundle builder
修复SBP构建时,如果有原生文件导致报错的问题。
2023-02-28 19:21:13 +08:00
hevinci 3cfc084e62 update cache system 2023-02-28 19:17:05 +08:00
hevinci 7c1873e861 update asset bundle builder
修复在构建过程中发生异常后进度条未消失的问题。
2023-02-28 19:01:32 +08:00
hevinci c57c313dbe update samples 2023-02-28 18:26:10 +08:00
hevinci 19cf9c0129 update download system
修复关闭编辑器时的报错。
2023-02-28 18:25:48 +08:00
hevinci ebcb05cc55 update cache system
优化了缓存系统初始化逻辑,支持分帧获取所有缓存文件。
2023-02-28 18:25:27 +08:00
hevinci 7c4dbb1f38 update asset bundle builder 2023-02-27 19:10:56 +08:00