hevinci
|
c11f072c50
|
update asset system
|
2023-07-28 17:17:23 +08:00 |
|
hevinci
|
0c1efe7420
|
update runtime code
1. 新增WebGL专属模式WebPlayMode
|
2023-07-18 14:27:33 +08:00 |
|
hevinci
|
ed5ae40cb3
|
update asset system
修复了在销毁Package时,如果存在正在加载的bundle,会导致后续加载该bundle报错的问题。
|
2023-07-12 20:56:11 +08:00 |
|
hevinci
|
43c40e4bbe
|
update runtime code
新增了场景加载参数suspendLoad
|
2023-06-27 17:33:04 +08:00 |
|
Kele
|
772198255a
|
修复场景加载时设置自动激活 false 无效 #121
|
2023-06-27 15:56:39 +08:00 |
|
hevinci
|
19c46a2f60
|
update runtime code
1. 移除了LoadSceneAsync方法里的activateOnLoad参数
|
2023-06-27 15:04:47 +08:00 |
|
hevinci
|
8ccddce0f8
|
update runtime code
新增LoadAllAssetsAsync方法
|
2023-06-25 12:03:19 +08:00 |
|
hevinci
|
9a84cdef9f
|
fix #48
优化了场景卸载机制,在切换场景的时候不在主动卸载资源。
|
2023-04-14 16:42:43 +08:00 |
|
hevinci
|
de43495af5
|
update asset system
编辑器模拟模式增加虚拟资源包
|
2023-03-24 18:33:36 +08:00 |
|
hevinci
|
c60cc1e84f
|
update asset system
新增了初始化参数LoadingMaxTimeSlice
移除了参数AssetLoadingMaxNumber
|
2023-03-24 17:01:35 +08:00 |
|
hevinci
|
027ae02aa0
|
update asset system
增加了下载失败尝试次数的初始化参数
|
2023-03-22 17:14:58 +08:00 |
|
hevinci
|
7b41fd82a4
|
update asset system
|
2023-03-08 12:10:07 +08:00 |
|
hevinci
|
06b033ed36
|
update asset system
优化了资源加载器查询逻辑。
|
2023-03-03 11:23:15 +08:00 |
|
hevinci
|
f8ba0c9753
|
update asset system
修复引用链无效的问题。
|
2023-02-24 12:12:44 +08:00 |
|
hevinci
|
fdf27cbc1a
|
update runtime logic
补丁清单的资源包列表增加引用链
|
2023-02-22 15:41:01 +08:00 |
|
hevinci
|
ef31d5a938
|
update asset system
修复资源加载代码逻辑错误。
|
2023-02-14 11:40:35 +08:00 |
|
hevinci
|
1c2bbfea93
|
update asset system
修复了WEBGL平台加载原生文件失败的问题
|
2023-02-09 16:57:01 +08:00 |
|
hevinci
|
dd824254a9
|
update runtime code
|
2022-12-25 00:25:41 +08:00 |
|
hevinci
|
a290353cfa
|
Update runtime logic
在初始化失败的时候,销毁YooAssets会报异常。
|
2022-12-03 19:48:17 +08:00 |
|
hevinci
|
adf1776b1e
|
Update runtime code
优化调试信息的加载状态显示为文本。
|
2022-11-26 15:31:35 +08:00 |
|
hevinci
|
e94923c3c6
|
Update AssetSystem
|
2022-11-26 11:29:39 +08:00 |
|
hevinci
|
29b3ca4e69
|
Update runtime code
重构原生文件加载流程。
|
2022-11-19 17:54:09 +08:00 |
|
何冠峰
|
c00594738f
|
Update asset system
支持场景文件跨资源包配置。
|
2022-11-16 16:25:43 +08:00 |
|
hevinci
|
2d72d6dbc9
|
Update AssetSystem
|
2022-10-25 15:56:07 +08:00 |
|
hevinci
|
ec1c3d6070
|
Update runtime code
|
2022-10-22 17:46:46 +08:00 |
|
hevinci
|
c196e44bc6
|
Update runtime code
|
2022-10-22 15:38:51 +08:00 |
|
hevinci
|
bb64ff7278
|
update runtime code
移除了ILocationServices接口类。
增加了bool CheckLocationValid(string location)方法。
|
2022-10-21 18:36:03 +08:00 |
|
hevinci
|
a71921cdd1
|
Update runtime code
|
2022-09-29 18:40:43 +08:00 |
|
hevinci
|
d697ebe521
|
Update YooAssets
在更新资源清单之前检查已加载资源包并给与警告。
|
2022-09-08 17:04:39 +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
|
d64b31f6ce
|
Fixed #26
修复多个场景打进一个AB包时,卸载子场景时抛出异常。
|
2022-07-20 15:05:28 +08:00 |
|
hevinci
|
86142ed4db
|
Fixed #25
修复了资源文件不存在返回的handle无法完成的问题。
|
2022-07-20 10:57:40 +08:00 |
|
hevinci
|
fbb9bff3c7
|
Remove AutoReleaseGameObjectHandle param.
移除自动释放资源对象句柄的功能。
|
2022-06-25 12:09:20 +08:00 |
|
hevinci
|
32148821a1
|
Add AutoReleaseGameObjectHandle initialize parameters
支持自动释放游戏对象句柄的功能。
|
2022-06-23 16:02:53 +08:00 |
|
hevinci
|
0b1990f040
|
Yooasset add destroy methods
增加销毁机制
|
2022-06-15 18:14:04 +08:00 |
|
hevinci
|
8deb239450
|
Update remote debugger
Support remote mobie device debugging
|
2022-06-15 16:52:54 +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
|
6dd1eee6c3
|
Remove LoadAllAssets method.
移除YooAssets.LoadAllAssets方法。
|
2022-05-07 18:45:15 +08:00 |
|
hevinci
|
afc08d4e46
|
Add load all asset method.
增加新的资源加载方法:加载资源对象所属资源包里的所有资源。
|
2022-05-06 23:15:03 +08:00 |
|
hevinci
|
9bf22f2c79
|
Operation handles support error queries
操作句柄支持错误信息查询。
|
2022-04-24 18:30:35 +08:00 |
|
hevinci
|
cd62c1dd9a
|
Update AssetSystem
|
2022-04-22 16:43:09 +08:00 |
|
hevinci
|
e6422445a6
|
Added debugging information
新增调试信息,出生场景和出生时间。
|
2022-04-22 16:22:09 +08:00 |
|
hevinci
|
f3ab8f63e7
|
Optimize the scene unload logic.
优化场景卸载逻辑,在加载新的主场景的时候自动卸载已经加载的所有场景。
|
2022-04-21 21:11:11 +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
|
9fbce6a726
|
offline play mode supports WebGL platform.
离线运行模式支持WEBGL平台。
|
2022-04-12 10:53:12 +08:00 |
|
hevinci
|
2bbc70896a
|
Update AssetSystem
|
2022-03-23 23:07:21 +08:00 |
|
hevinci
|
da8d050b67
|
Update AssetSystem
|
2022-03-23 00:29:19 +08:00 |
|