Commit Graph

12 Commits (92ed6e7d1c95b76eaa02e1668c9a2dfd5de4269e)

Author SHA1 Message Date
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 015f09d27b Update runtime code 2022-11-23 12:33:12 +08:00
何冠峰 c00594738f Update asset system
支持场景文件跨资源包配置。
2022-11-16 16:25:43 +08:00
hevinci a71921cdd1 Update runtime code 2022-09-29 18:40:43 +08:00
hevinci dcd4475617 Fix #34
修复一个拼写错误
2022-08-06 11:23:43 +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 8d02406211 Update AssetSystem 2022-05-02 17:54:55 +08:00
hevinci f3ab8f63e7 Optimize the scene unload logic.
优化场景卸载逻辑,在加载新的主场景的时候自动卸载已经加载的所有场景。
2022-04-21 21:11:11 +08:00
hevinci 28c22694ba Update AssetSystem
修复在资源加载完成回调内释放自身资源句柄时的异常报错。
2022-04-07 14:24:09 +08:00
hevinci 829b4fca76 Update AssetSystem 2022-03-23 12:44:56 +08:00