Update PatchSystem

移除YooAssets.ClearAllCacheFiles()
新增YooAssets.ClearUnusedCacheFiles();
This commit is contained in:
hevinci
2022-10-18 11:56:05 +08:00
parent eca5d73b94
commit 9bc5580229
9 changed files with 172 additions and 10 deletions

View File

@@ -396,6 +396,10 @@ namespace YooAsset
{
return LocalPatchManifest.PackageName;
}
bool IBundleServices.IsIncludeBundleFile(string fileName)
{
return LocalPatchManifest.IsIncludeBundleFile(fileName);
}
#endregion
}
}