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 |
|
hevinci
|
68430488b3
|
Update AssetSystem
|
2022-03-22 21:18:33 +08:00 |
|
hevinci
|
39c69b1d98
|
Update AssetSystem
|
2022-03-22 20:47:22 +08:00 |
|
hevinci
|
8373df547b
|
Update AssetSystem
|
2022-03-22 20:15:59 +08:00 |
|
hevinci
|
2bf36ebd8b
|
Update AssetSystem
|
2022-03-21 23:43:11 +08:00 |
|
hevinci
|
8597b97779
|
Update YooAsset
|
2022-03-16 11:02:46 +08:00 |
|
hevinci
|
6c0fbdae1f
|
Update YooAsset
|
2022-03-15 22:29:20 +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
|
d6cd836e86
|
Update asset system
|
2022-03-03 18:07:42 +08:00 |
|
hevinci
|
e66853fd46
|
Initial commit
|
2022-03-01 10:44:12 +08:00 |
|