hevinci
|
49949ecda5
|
Update runtime code
优化资源包缓存文件清理方式。
|
2022-11-18 21:33:58 +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
|
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
|
bb64ff7278
|
update runtime code
移除了ILocationServices接口类。
增加了bool CheckLocationValid(string location)方法。
|
2022-10-21 18:36:03 +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
|
c14db5fd0d
|
Update PatchSystem
增加AssetsPackage.GetHumanReadableVersion()方法
|
2022-10-17 16:04:47 +08:00 |
|
hevinci
|
bd11f2e7b8
|
Update patch system
下载器增加超时参数
|
2022-10-17 14:43:13 +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
|
7e6c678e91
|
Update runtime
|
2022-08-03 20:51:06 +08:00 |
|
hevinci
|
d0b7ae020c
|
Update patch manifest
|
2022-07-25 15:46:20 +08:00 |
|
hevinci
|
fb5e289de0
|
Update patch system
优化代码逻辑结构
|
2022-07-07 19:10:44 +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
|
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
|
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
|
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
|
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
|
2cb006f3d9
|
Support addressable location
支持可寻址资源定位
|
2022-04-28 17:23:31 +08:00 |
|
hevinci
|
b221b8121a
|
Update bundleInfo
修复原生文件拷贝目录不存导致的加载失败
完善原生文件异步加载接口
|
2022-04-18 15:08:39 +08:00 |
|
hevinci
|
ea28d3e6e1
|
Simplify the concept of resource version
简化资源版本概念
|
2022-04-12 19:15:44 +08:00 |
|
hevinci
|
bcd53cf834
|
Update PatchSystem
|
2022-03-25 15:02:21 +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 |
|