update resource manager

This commit is contained in:
何冠峰
2024-12-10 18:00:13 +08:00
parent acf2301028
commit fcf0f34d5a
6 changed files with 35 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace YooAsset
DownloadProgress = 1f;
DownloadedBytes = _bundle.FileSize;
Status = EOperationStatus.Succeed;
Result = new VirtualBundle(_fileSystem, _bundle);
}
internal override void InternalOnUpdate()
{