Commit Graph

73 Commits (acca74dce7f6e57ff53dec22af90e5252d11f359)

Author SHA1 Message Date
hevinci 8ce8e81792 update new cache system
重新设计了资源缓存系统
2023-02-07 18:39:08 +08:00
hevinci cc75594747 update patch system
修复WebGL平台本地文件验证报错。
2023-01-05 19:01:45 +08:00
hevinci 61f6d480ae Update runtime code
修复清单解析异步操作的进度条变化
2022-12-28 16:44:25 +08:00
hevinci ac839450e2 update runtime code 2022-12-27 10:19:35 +08:00
hevinci f3e3f7cf85 update runtime code 2022-12-26 00:48:56 +08:00
hevinci dd824254a9 update runtime code 2022-12-25 00:25:41 +08:00
hevinci 16943d4590 update runtime code 2022-12-24 22:09:14 +08:00
hevinci 4e759134bd update runtime code 2022-12-20 16:17:01 +08:00
hevinci 5c16171781 update runtime code 2022-12-18 21:55:49 +08:00
hevinci 2ace30acd8 update runtime code 2022-12-17 22:37:39 +08:00
hevinci fc55b1be82 update runtime code 2022-12-17 18:13:08 +08:00
hevinci 85cb1ed3f6 update runtime code
优化清单分帧加载方式。
2022-12-17 18:08:23 +08:00
hevinci 32b5240fcc update patch system
缓存文件验证采取分帧处理。
2022-12-14 21:53:09 +08:00
hevinci d67fc31c26 update patch system
初始化的时候检测覆盖安装
2022-12-13 11:29:22 +08:00
hevinci 688cc271d5 Update runtime logic
UpdatePackageVersionAsync()方法增加appendTimeTicks参数
2022-12-03 20:03:10 +08:00
hevinci 19cb239746 Update logic code
优化补丁清单格式为二进制。
2022-12-03 18:48:51 +08:00
hevinci 49949ecda5 Update runtime code
优化资源包缓存文件清理方式。
2022-11-18 21:33:58 +08:00
hevinci 1dab0f2b19 Update patch system
下载器增加取消方法。
2022-11-18 16:45:56 +08:00
何冠峰 d5f601b0eb Update runtime code 2022-11-16 14:49:38 +08:00
hevinci 72f0426531 Update PatchSystem
移除了WeaklyUpdatePatchManifestAsync()方法
新增了CheckPackageContentsAsync()方法
2022-11-04 13:10:08 +08:00
hevinci b5f2174ed0 Update runtime code 2022-11-01 23:02:20 +08:00
hevinci cd79f0e434 Update runtime code
AssetsPackage.WeaklyUpdateManifestAsync(string packageVersion)移除了packageVersion参数。
优化了HostPlayMode的初始化逻辑,优先读取沙盒内的清单,如果不存在则读取内置清单。
2022-10-31 16:45:21 +08:00
hevinci 2599639aeb Update PatchSystem 2022-10-27 14:20:05 +08:00
hevinci cc04efe76b Update runtime code
UpdateStaticVersionOperation.PackageCRC重名为PackageVersion。
AssetPackage.GetHumanReadableVersion()重名为GetPackageVersion()
2022-10-26 21:02:25 +08:00
hevinci 9bc5580229 Update PatchSystem
移除YooAssets.ClearAllCacheFiles()
新增YooAssets.ClearUnusedCacheFiles();
2022-10-18 11:56:05 +08:00
hevinci c449a070b4 Update CacheSystem
修复原生文件每次获取都重复拷贝的问题
2022-10-18 10:19:17 +08:00
hevinci bd11f2e7b8 Update patch system
下载器增加超时参数
2022-10-17 14:43:13 +08:00
hevinci 4eca73303b Update runtime code 2022-10-08 11:23:16 +08:00
hevinci a71921cdd1 Update runtime code 2022-09-29 18:40:43 +08:00
hevinci a4c8fb6e1b Update runtime logic 2022-09-28 11:55:12 +08:00
hevinci af37bb6e54 Update runtime logic 2022-09-27 21:11:55 +08:00
hevinci 3f518ec321 Update PatchSystem
增加清理缓存资源的异步操作类
2022-09-06 18:19:50 +08:00
hevinci fbbf762e70 Update CacheSystem
优化缓存系统代码结构
2022-08-15 11:55:13 +08:00
hevinci 314c5cd86a Update CacheSystem 2022-08-06 16:40:40 +08:00
hevinci a1ad7acb3d Update CacheSystem 2022-08-06 16:23:38 +08:00
hevinci dcd4475617 Fix #34
修复一个拼写错误
2022-08-06 11:23:43 +08:00
hevinci a6fdb5691a Update PatchSystem
HostPlayMode支持WebGL平台。
2022-08-05 16:24:10 +08:00
hevinci 7e6c678e91 Update runtime 2022-08-03 20:51:06 +08:00
hevinci 3401c69729 Update YooAssets 2022-08-03 15:46:45 +08:00
hevinci d0b7ae020c Update patch manifest 2022-07-25 15:46:20 +08:00
hevinci 1370ffb3bb Update UpdateManifestOperation.cs
不期望删除断点续传的资源文件
2022-07-21 18:00:57 +08:00
hevinci fb5e289de0 Update patch system
优化代码逻辑结构
2022-07-07 19:10:44 +08:00
hevinci 5b0c189d75 Update InitializationOperation.cs 2022-06-29 11:59:39 +08:00
hevinci 9ac07e94d1 Update UpdateManifestOperation
增加在弱联网环境下的更新支持
2022-06-28 20:13:32 +08:00
hevinci 43248408fc Update DownloaderOperation.cs
Add OnStartDownloadFileCallback filed.
Change OnDownloadFileFailedCallback to OnDownloadErrorCallback.
2022-06-21 10:40:16 +08:00
hevinci 9c49d8d54a Update manifest operation add FoundNewManifest filed.
补丁清单更新操作,增加了查询发现了新的清单的字段。
2022-05-27 15:17:10 +08:00
hevinci e9841a65c6 Added pause method and resume method to patch downloader
补丁下载器增加暂停方法和恢复方法
2022-05-21 22:36:06 +08:00
hevinci 09fac3bd64 Add warning when asset path is invalid. 2022-05-12 23:13:21 +08:00
hevinci 4cad587609 Optimized asset system and patch system framework
优化了资源定位不正确导致的错误报告方式。
YooAssets.ProcessOperation()重命名为YooAssets.StartOperation()
YooAssets.GetBundleInfo()已经移除方法。
YooAssets.IsNeedDownloadFromRemote()新增加方法。
2022-05-11 16:48:17 +08:00
hevinci bf0f479234 Update download system 2022-05-09 18:44:49 +08:00