hevinci
|
4e6879e34f
|
update runtime code
1. 移除了YooAssets.SetCacheSystemBuildinPath()方法
2. 移除了YooAssets.SetCacheSystemSandboxPath()方法
3. 移除了YooAssets.GetStreamingAssetBuildinFolderName()方法
4. 移除了YooAssets.GetSandboxRoot()方法
5. 移除了YooAssets.ClearSandbox()方法
|
2023-07-05 14:50:21 +08:00 |
|
hevinci
|
1e88bad73e
|
update cache system
新增方法YooAssets.SetCacheSystemBuildinPath()
|
2023-06-30 18:51:55 +08:00 |
|
hevinci
|
9a2ed64b4e
|
update download system
新增方法YooAssets.SetDownloadSystemRedirectLimit()
|
2023-06-29 15:47:10 +08:00 |
|
hevinci
|
f5c72e913f
|
update runtime code
新增方法YooAssets.SetCacheSystemDisableCacheOnWebGL()
|
2023-06-28 17:46:32 +08:00 |
|
hevinci
|
53ea8c8002
|
update runtime code
|
2023-06-09 11:27:15 +08:00 |
|
hevinci
|
93b58149d2
|
update runtime code
|
2023-05-30 15:03:22 +08:00 |
|
hevinci
|
37f0d1e5a1
|
update runtime code
新增方法YooAssets.SetCacheSystemSandboxPath()
|
2023-05-12 17:32:41 +08:00 |
|
hevinci
|
812c46adeb
|
update runtime code
销毁Package的时候清空缓存记录。
|
2023-05-06 10:42:33 +08:00 |
|
hevinci
|
d5d1f851ab
|
update runtime code
|
2023-04-22 17:37:07 +08:00 |
|
hevinci
|
aaab6692c3
|
update runtime code
|
2023-04-22 11:25:51 +08:00 |
|
hevinci
|
70fc85e456
|
update runtime code
增加DestroyPackage()方法
|
2023-04-22 11:22:28 +08:00 |
|
hevinci
|
82c83fcdf7
|
update operation system
|
2023-03-24 16:59:28 +08:00 |
|
hevinci
|
67d09d95fa
|
update runtime code
代码里移除了Patch敏感字。
|
2023-03-11 00:06:40 +08:00 |
|
hevinci
|
93d7c34454
|
update logger
|
2023-03-03 18:24:01 +08:00 |
|
何冠峰
|
ef13e19c48
|
Merge pull request #72 from HXiaoMing/feat-custom-logger
feat(YooLogger):支持自定义日志处理,方便收集线上问题
|
2023-03-03 18:03:21 +08:00 |
|
hevinci
|
ab29069af5
|
update download system
下载文件验证支持多线程。
|
2023-03-03 16:12:17 +08:00 |
|
huanggongming
|
69125e967f
|
feat(YooLogger):支持自定义日志处理,方便收集线上问题
|
2023-03-01 16:10:24 +08:00 |
|
hevinci
|
bcf6372602
|
update download system
|
2023-02-24 19:45:05 +08:00 |
|
huanggongming
|
eb16ba8365
|
feat(DownloadSystem):支持自定义下载请求
|
2023-02-24 12:18:18 +08:00 |
|
hevinci
|
45ca1ebf02
|
update runtime logic
优化字符串拼接方法。
|
2022-12-07 17:52:32 +08:00 |
|
hevinci
|
5415d95f36
|
Fix #46
修复资源包初始化失败之后,再次初始化提示异常的问题。
|
2022-11-29 11:06:24 +08:00 |
|
hevinci
|
f31e5e0d22
|
update runtime code
|
2022-11-26 17:39:35 +08:00 |
|
hevinci
|
abc12d2a1d
|
Update runtime code
增加资源系统销毁方法。
|
2022-11-26 16:43:05 +08:00 |
|
hevinci
|
fd1edcdedf
|
Fix #45
|
2022-11-26 15:14:46 +08:00 |
|
hevinci
|
49949ecda5
|
Update runtime code
优化资源包缓存文件清理方式。
|
2022-11-18 21:33:58 +08:00 |
|
hevinci
|
cd79f0e434
|
Update runtime code
AssetsPackage.WeaklyUpdateManifestAsync(string packageVersion)移除了packageVersion参数。
优化了HostPlayMode的初始化逻辑,优先读取沙盒内的清单,如果不存在则读取内置清单。
|
2022-10-31 16:45:21 +08:00 |
|
hevinci
|
c196e44bc6
|
Update runtime code
|
2022-10-22 15:38:51 +08:00 |
|
hevinci
|
5a68ef558f
|
Update YooAssets.cs
|
2022-10-22 10:03:12 +08:00 |
|
hevinci
|
f9ecad1cf0
|
Update download system
增加证书认证方法
|
2022-10-21 15:18:16 +08:00 |
|
hevinci
|
0a1c40cee5
|
Update download system
增加SetDownloadSystemClearFileResponseCode()新方法
|
2022-10-19 18:18:32 +08:00 |
|
hevinci
|
9bc5580229
|
Update PatchSystem
移除YooAssets.ClearAllCacheFiles()
新增YooAssets.ClearUnusedCacheFiles();
|
2022-10-18 11:56:05 +08:00 |
|
hevinci
|
90ad292b84
|
Update runtime code
|
2022-10-18 10:13:04 +08:00 |
|
hevinci
|
bd8ecab31b
|
Update runtime code
|
2022-10-14 11:49:32 +08:00 |
|
hevinci
|
72a49d0ed8
|
Update runtime code
|
2022-10-14 11:19:23 +08:00 |
|
hevinci
|
c2192dd657
|
Update runtime code
移除了YooAssets.IsInitialized字段
增加了YooAssets.InitializeStatus字段
|
2022-10-12 15:01:39 +08:00 |
|
hevinci
|
38c0ca0ce1
|
Update runtime code
|
2022-10-08 12:09:34 +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
|
a89127df1d
|
Update YooAssetDriver
在游戏对象销毁的时候释放YooAssets
|
2022-09-21 11:36:28 +08:00 |
|
hevinci
|
d697ebe521
|
Update YooAssets
在更新资源清单之前检查已加载资源包并给与警告。
|
2022-09-08 17:04:39 +08:00 |
|
hevinci
|
3f518ec321
|
Update PatchSystem
增加清理缓存资源的异步操作类
|
2022-09-06 18:19:50 +08:00 |
|
hevinci
|
e77dfb5ca3
|
Update YooAssets.cs
|
2022-09-06 09:57:48 +08:00 |
|
hevinci
|
53b53eb0a0
|
Update AssetSystem
加载方法容错提示。
|
2022-09-05 15:31:26 +08:00 |
|
hevinci
|
fbbf762e70
|
Update CacheSystem
优化缓存系统代码结构
|
2022-08-15 11:55:13 +08:00 |
|
hevinci
|
631547f8c7
|
Update AssemblyInfo
增加运行时代码扩展支持。
|
2022-08-12 17:34:12 +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
|
3401c69729
|
Update YooAssets
|
2022-08-03 15:46:45 +08:00 |
|