何冠峰
|
21fbb01ce4
|
merge #317
根据NETAnalyzers调整代码
|
2024-07-08 18:54:07 +08:00 |
|
何冠峰
|
b0ce14dc0e
|
update file system
IFileSystem新增ReadFileData方法
|
2024-07-08 17:36:25 +08:00 |
|
hevinci
|
a1450ee78a
|
refactor : build System Stability
工具类新增了FileSHA1Safely,FileMD5Safely,FileCRC32Safely等方法。
|
2024-04-02 13:04:11 +08:00 |
|
hevinci
|
4170c60f0c
|
style : The hash utility class is exposed
|
2024-02-21 10:10:37 +08:00 |
|
hevinci
|
544832c46a
|
style : Code text indent format
|
2023-12-21 19:10:46 +08:00 |
|
hevinci
|
8471bb0f9a
|
update asset bundle builder
暂时移除xxHash
|
2023-08-25 17:19:57 +08:00 |
|
yingnierxiao
|
064e9a1aa3
|
优化打包速度,提示编辑器启动速度,md5替换xxhash,速度提升一倍以上
|
2023-08-25 14:53:59 +08:00 |
|
hevinci
|
cd43d0775d
|
update runtime code
|
2023-06-13 16:41:27 +08:00 |
|
hevinci
|
895dde1cc8
|
update logic code
优化了创建文件的方式。
|
2023-06-09 18:12:03 +08:00 |
|
hevinci
|
37f0d1e5a1
|
update runtime code
新增方法YooAssets.SetCacheSystemSandboxPath()
|
2023-05-12 17:32:41 +08:00 |
|
hevinci
|
93d7c34454
|
update logger
|
2023-03-03 18:24:01 +08:00 |
|
huanggongming
|
69125e967f
|
feat(YooLogger):支持自定义日志处理,方便收集线上问题
|
2023-03-01 16:10:24 +08:00 |
|
hevinci
|
3cfc084e62
|
update cache system
|
2023-02-28 19:17:05 +08:00 |
|
hevinci
|
ebcb05cc55
|
update cache system
优化了缓存系统初始化逻辑,支持分帧获取所有缓存文件。
|
2023-02-28 18:25:27 +08:00 |
|
hevinci
|
ef0cc05f5c
|
update cache system
|
2023-02-10 16:13:08 +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
|
85cb1ed3f6
|
update runtime code
优化清单分帧加载方式。
|
2022-12-17 18:08:23 +08:00 |
|
hevinci
|
d67fc31c26
|
update patch system
初始化的时候检测覆盖安装
|
2022-12-13 11:29:22 +08:00 |
|
hevinci
|
45ca1ebf02
|
update runtime logic
优化字符串拼接方法。
|
2022-12-07 17:52:32 +08:00 |
|
hevinci
|
5bf1d29edc
|
update utility
|
2022-12-04 20:14:02 +08:00 |
|
hevinci
|
19cb239746
|
Update logic code
优化补丁清单格式为二进制。
|
2022-12-03 18:48:51 +08:00 |
|
hevinci
|
7aab610be5
|
Add binary buffer class
|
2022-12-03 18:42:28 +08:00 |
|
hevinci
|
4ec5a126ac
|
Remove BitMask files
|
2022-12-03 18:07:52 +08:00 |
|
hevinci
|
49949ecda5
|
Update runtime code
优化资源包缓存文件清理方式。
|
2022-11-18 21:33:58 +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
|
90ad292b84
|
Update runtime code
|
2022-10-18 10:13:04 +08:00 |
|
hevinci
|
8b6cd759ef
|
Update streaming root folder
|
2022-10-17 15:07:25 +08:00 |
|
hevinci
|
8d2779b446
|
Update AssetSystem
HostPlayMode支持WEBGL
|
2022-09-02 16:28:19 +08:00 |
|
hevinci
|
fbbf762e70
|
Update CacheSystem
优化缓存系统代码结构
|
2022-08-15 11:55:13 +08:00 |
|
hevinci
|
6471b237ce
|
Update Patch System
离线模式移除资内置资源解压功能。
|
2022-06-25 11:42:50 +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
|
9ec841ff67
|
Add get asset info method.
增加获取资源信息的方法。
|
2022-05-03 12:23:08 +08:00 |
|
hevinci
|
873d873194
|
Add clear unused cache files method.
增加清空缓存文件的方法。
|
2022-05-02 15:03:36 +08:00 |
|
hevinci
|
5484b604a7
|
Optimize class type search code
优化类型搜索方式,改为全域搜索类型。
|
2022-04-26 18:24:14 +08:00 |
|
hevinci
|
b221b8121a
|
Update bundleInfo
修复原生文件拷贝目录不存导致的加载失败
完善原生文件异步加载接口
|
2022-04-18 15:08:39 +08:00 |
|
hevinci
|
09a985fadb
|
Resource location interface extension
资源定位接口扩展
|
2022-04-14 12:19:04 +08:00 |
|
hevinci
|
ea28d3e6e1
|
Simplify the concept of resource version
简化资源版本概念
|
2022-04-12 19:15:44 +08:00 |
|
hevinci
|
9fbce6a726
|
offline play mode supports WebGL platform.
离线运行模式支持WEBGL平台。
|
2022-04-12 10:53:12 +08:00 |
|
hevinci
|
d6b54dd49c
|
Update AssetBundleTools
StreamingAssets目录下增加了用于存放打包资源的总文件夹
|
2022-04-07 19:18:33 +08:00 |
|
hevinci
|
5325e3a1e9
|
Update YooUtility.cs
|
2022-04-03 22:41:01 +08:00 |
|
hevinci
|
bcd53cf834
|
Update PatchSystem
|
2022-03-25 15:02:21 +08:00 |
|
hevinci
|
b3fcbf85ff
|
Update Utility
|
2022-03-23 18:23:15 +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
|
e66853fd46
|
Initial commit
|
2022-03-01 10:44:12 +08:00 |
|