Commit Graph

172 Commits (ecd2bb4590a4585e89f0b019ac9c53ccac0572a8)

Author SHA1 Message Date
hevinci bd8ecab31b Update runtime code 2022-10-14 11:49:32 +08:00
hevinci e9af0c7042 Update asset system 2022-10-14 11:20:14 +08:00
hevinci 72a49d0ed8 Update runtime code 2022-10-14 11:19:23 +08:00
hevinci 66304c91ec Update Operation System 2022-10-12 18:21:11 +08:00
hevinci c2192dd657 Update runtime code
移除了YooAssets.IsInitialized字段
增加了YooAssets.InitializeStatus字段
2022-10-12 15:01:39 +08:00
hevinci 1de9e0b79d Update Operation System 2022-10-11 18:27:04 +08:00
hevinci 608f401a80 Update Operation System
增加异步操作取消方法
2022-10-11 18:09:54 +08:00
hevinci ef1acdc3d1 Update extension code
修复了在未初始化之前查看是否初始化报空异常的错误。
2022-10-11 11:08:22 +08:00
hevinci 38c0ca0ce1 Update runtime code 2022-10-08 12:09:34 +08:00
hevinci 4eca73303b Update runtime code 2022-10-08 11:23:16 +08:00
hevinci d5292f3fc3 Update runtime code 2022-09-29 18:43:13 +08:00
hevinci a71921cdd1 Update runtime code 2022-09-29 18:40:43 +08:00
hevinci 4ece14e921 Update runtime code 2022-09-28 14:39:58 +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 97a7624b94 Update HttpDownloader.cs 2022-09-09 15:15:58 +08:00
hevinci d697ebe521 Update YooAssets
在更新资源清单之前检查已加载资源包并给与警告。
2022-09-08 17:04:39 +08:00
hevinci 6df57cd3cd Update YooAssetSetting
增加文件过滤配置
2022-09-08 15:55:35 +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 ec25af8517 Update download system
完善断点续传下载
2022-09-05 15:06:13 +08:00
hevinci 8d2779b446 Update AssetSystem
HostPlayMode支持WEBGL
2022-09-02 16:28:19 +08:00
hevinci 7e20c39fb3 Update asset system
支持WebGL
2022-08-30 18:04:16 +08:00
hevinci a9e858bc9a Update cache system 2022-08-30 18:03:20 +08:00
hevinci b5c82438a0 Update download system
使用新的断点续传下载器
2022-08-23 15:27:20 +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 a422bcc858 Update AssetSystem 2022-08-12 14:30:23 +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 68e14a48f1 Update asset setting
不再提供着色器收集选项,已经内置为必定收集。
优化了SBP打包着色器收集系统。
2022-08-03 15:46:27 +08:00
hevinci 2204f4d129 Update PatchManifest
资源补丁清单增加文件版本信息
2022-07-31 23:09:54 +08:00
hevinci d94d196c83 Update AssetBundleBuilder 2022-07-31 22:51:40 +08:00
hevinci 75910b7558 Update YooAssets.cs
增加获取资源信息新方法
2022-07-31 22:26:33 +08:00
hevinci 1dc434832a Update AssetSystem
修复了加载多个相同的子场景而无法全部卸载的问题。
2022-07-25 18:31:35 +08:00
hevinci c96fa23d61 Update patch manifest 2022-07-25 16:12:34 +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 d64b31f6ce Fixed #26
修复多个场景打进一个AB包时,卸载子场景时抛出异常。
2022-07-20 15:05:28 +08:00
hevinci d5a4b3365f Update YooAssets.cs 2022-07-20 10:57:56 +08:00
hevinci 86142ed4db Fixed #25
修复了资源文件不存在返回的handle无法完成的问题。
2022-07-20 10:57:40 +08:00
hevinci d1439da54e Update AssetBundleBuilder
支持可编程构建管线
2022-07-15 19:34:59 +08:00
hevinci ea9b8874cc Update decryption services
解密服务接口增加解密文件信息。
2022-07-13 10:48:49 +08:00
hevinci fb5e289de0 Update patch system
优化代码逻辑结构
2022-07-07 19:10:44 +08:00