-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问 在2.2.4版本中,首包资源如何加载? 现在好像必须要检测更新后,才能使用 #383
Comments
同问. |
首先初始化,版本请求,清单更新三步是必须执行的。 |
首包资产我们定义为在打APK的时候,拷贝到StreamingAssets目录下的资产。一般的方式是通过打TAG来定义哪些资产为首包资产。例如:热更脚本,配置表,登录页面,着色器,音频文件,通用图集等这些非常基础的资产。如果你有首个关卡,也可以尝试打进首包里。 |
首包资源功能必须要实现资源文件查询服务IBuildinQueryServices接口吗? |
这个问题是,在HostPlayMode模式下,APP安装后首次启动执行,必定会从CDN下载资源清单缓存到本地。后续执行就没有该问题了。该优化已经提上日程 |
在2.2.1-preview 版本的时候,统一了PlayMode的初始化逻辑,编辑器模式和单机模式就不再主动加载清单,这让我挺难受的,因为我的资源更新界面是放在首包里,然而不主动加载清单我就没办法加载首包里的资源更新界面,我的初衷是让资源更新界面也能被热更 @gmhevinci |
你可以记录下你的内置版本,然后使用该版本去更新资源清单。然后打开更新页面,之后再去请求最新的资源版本。 |
No description provided.
The text was updated successfully, but these errors were encountered: