tuyoogame / YooAsset

unity3d resources management system
https://www.yooasset.com/
Apache License 2.0
2.38k stars 467 forks source link

如果FileNameStyle用的是BundleName,IQueryServices会一直返回true导致无法更新 #202

Closed LinNaiHao closed 9 months ago

gmhevinci commented 10 months ago

版本2.0.3

gmhevinci commented 9 months ago

太空战机的工程里,StreamingAssetsHelper.cs脚本里。将CompareFileCRC 修改为true

public class GameQueryServices : IBuildinQueryServices
{
    //查询内置文件的时候,是否比对文件哈希值
    public static bool CompareFileCRC = false;
}