123黄 @Victor:
1.
ResourceVersion.type = ResourceVersion.FOLDER_VERSION;
//加载版本信息文件
ResourceVersion.enable("version.json", Laya.Handler.create(this, LoadRes));
打出来文档跟之前 (ResourceVersion.FILENAME_VERSION)一样
2. 3.
生成manifest.json后 这个放到那里用呢?
试过这样不行
var manifest = {
"v0.0.0.08a\/.DS_Store": "0.0.0.08a",
"v0.0.0.08a\/CommonUI\/.DS_Store": "0.0.0.08a",
"v0.0.0.08a\/CommonUI\/game\/01_1.png": "0.0.0.08a",
"v0.0.0.08a\/CommonUI\/game\/01_10.png": "0.0.0.08a",
...}
ResourceVersion.enable(manifest, Laya.Handler.create(this, LoadRes));