Commit Graph

48 Commits (df5f0b9c138bfccf7b3bcd2409c65be0865d1572)

Author SHA1 Message Date
hevinci fb5e289de0 Update patch system
优化代码逻辑结构
2022-07-07 19:10:44 +08:00
hevinci 7d5b6504f4 Update YooAssets.cs
检测原生文件加载方法,预防传入无效文件。
2022-07-05 20:07:32 +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 6471b237ce Update Patch System
离线模式移除资内置资源解压功能。
2022-06-25 11:42:50 +08:00
hevinci 43248408fc Update DownloaderOperation.cs
Add OnStartDownloadFileCallback filed.
Change OnDownloadFileFailedCallback to OnDownloadErrorCallback.
2022-06-21 10:40:16 +08:00
hevinci 3693f1ea98 Update AssetInfo.cs
Add Address filed.
2022-06-20 10:18:51 +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 a054740de6 Optimize assetbundle build parameters
优化了资源包的构建参数:始终开启DisableLoadAssetByFileName
2022-05-13 21:58:23 +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 67eeae31c7 Update patch manifest
更新资源清单:资源对象增加分类标签。
2022-05-11 16:23:31 +08:00
hevinci bf0f479234 Update download system 2022-05-09 18:44:49 +08:00
hevinci bd87e982ef Add progress of async operation
异步操作类增加进度查询。
2022-05-07 20:30:16 +08:00
hevinci ecd4973948 Update editor simulate mode parameters
更新编辑器下模拟模式的初始化参数类
2022-05-07 19:20:52 +08:00
hevinci afc08d4e46 Add load all asset method.
增加新的资源加载方法:加载资源对象所属资源包里的所有资源。
2022-05-06 23:15:03 +08:00
hevinci c395a7a750 Supports location to lower
支持资源定位地址小写。
2022-05-05 23:11:26 +08:00
hevinci c196cd84d3 Optimized the speed of simulate build.
优化了编辑器下模拟构建的速度。
2022-05-05 21:12:44 +08:00
hevinci c3c18cd555 Added initialization fault error detection
增加初始化容错检测。
2022-05-05 11:44:03 +08:00
hevinci 9ec841ff67 Add get asset info method.
增加获取资源信息的方法。
2022-05-03 12:23:08 +08:00
hevinci 665a16fe60 Support fast build mode.
支持快速构建模式,真实的实现EditorPlayMode的运行时环境。
2022-05-02 23:15:09 +08:00
hevinci 873d873194 Add clear unused cache files method.
增加清空缓存文件的方法。
2022-05-02 15:03:36 +08:00
hevinci 2c9819762a Update package update method 2022-05-01 20:43:00 +08:00
hevinci ce70eebda6 Add package update method
新增指定资源版本的资源更新下载方法。
2022-05-01 20:33:50 +08:00
hevinci 47af58bb5b Patch DownLoader added a method to download all resources.
补丁下载器新增下载全部资源的方法。
2022-05-01 15:26:48 +08:00
hevinci b0397981ce Delete the file whose verification failed
初始化的时候,删除验证失败的资源文件。
2022-05-01 14:47:59 +08:00
hevinci f8036782e4 BundleInfo Adds the InCloud method
BundleInfo增加资源包文件是否在云端的查询接口
2022-04-29 16:42:53 +08:00
hevinci 2cb006f3d9 Support addressable location
支持可寻址资源定位
2022-04-28 17:23:31 +08:00
hevinci 9bf22f2c79 Operation handles support error queries
操作句柄支持错误信息查询。
2022-04-24 18:30:35 +08:00
hevinci 20d2c517b2 Optimized raw file load logic
优化原生文件加载逻辑,支持离线运行模式和编辑器运行模式。
2022-04-21 16:16:40 +08:00
hevinci b221b8121a Update bundleInfo
修复原生文件拷贝目录不存导致的加载失败
完善原生文件异步加载接口
2022-04-18 15:08:39 +08:00
hevinci abb75fe858 Fixed a process error raised after the additional version of the patch manifest
修复资源清单附加版本之后引发的一个流程错误。
2022-04-18 09:58:44 +08:00
hevinci ea28d3e6e1 Simplify the concept of resource version
简化资源版本概念
2022-04-12 19:15:44 +08:00
hevinci b8e2f33137 Update PatchSystem 2022-04-02 15:13:57 +08:00
hevinci 2d9cccae6f Update DownloadSystem 2022-03-29 19:45:20 +08:00
hevinci 32d422aeaa Update DownloadSystem 2022-03-29 18:14:04 +08:00
hevinci bcd53cf834 Update PatchSystem 2022-03-25 15:02:21 +08:00
hevinci ef8706e3e7 Update PatchSystem 2022-03-23 18:23:01 +08:00
hevinci cdef1358e0 Update PatchSystem 2022-03-23 00:28:43 +08:00
hevinci fbef706388 Update YooAsset 2022-03-10 16:54:56 +08:00
hevinci a00924bb54 Update YooAsset 2022-03-09 23:57:04 +08:00
hevinci 1c7b90806c Update YooAsset 2022-03-09 21:53:01 +08:00
hevinci 33ad0713fe Update YooAssets 2022-03-07 21:20:58 +08:00
hevinci 050c962587 Update patch system 2022-03-07 20:13:39 +08:00
hevinci 3d1c4fdc87 Update patch system 2022-03-07 14:37:38 +08:00
hevinci 8521bbaaf7 Update patch system 2022-03-03 18:07:20 +08:00
hevinci e66853fd46 Initial commit 2022-03-01 10:44:12 +08:00