update file system

修正2.3.11版本同步加载本地加密文件失败的问题。
This commit is contained in:
何冠峰
2025-07-01 16:40:01 +08:00
parent d401086fd1
commit 97fe3b0681
6 changed files with 32 additions and 22 deletions

View File

@@ -126,7 +126,7 @@ namespace YooAsset
public virtual FSDownloadFileOperation DownloadFileAsync(PackageBundle bundle, DownloadFileOptions options)
{
// 注意:业务层的解压下载器会依赖内置文件系统的下载方法
options.LocalFilePath = GetBuildinFileLoadPath(bundle);
options.ImportFilePath = GetBuildinFileLoadPath(bundle);
return _unpackFileSystem.DownloadFileAsync(bundle, options);
}
public virtual FSLoadBundleOperation LoadBundleFile(PackageBundle bundle)