论坛的诸位老哥。

2.4热更新 AssetsManagerEx里面用到了 DownloadUnits这个类, 找了好久没找到DownloadUnits这个类在哪,能不能帮我找一下。
struct DownloadUnit
{
std::string srcUrl;
std::string storagePath;
std::string customId;
float size;
};
struct ManifestAsset {
std::string md5;
std::string path;
bool compressed;
float size;
int downloadState;
};
typedef std::unordered_map<std::string, DownloadUnit> DownloadUnits;
这是个结构体
在Manifest.h里面
多谢 眼瞎了找变天没找到
该主题在最后一个回复创建后14天后自动关闭。不再允许新的回复。