feat: add EnsureBundleFileAsync operation

This commit is contained in:
何冠峰
2026-05-15 10:56:24 +08:00
parent 322c4a9847
commit 45ecd8baff
74 changed files with 1000 additions and 374 deletions

View File

@@ -7,7 +7,7 @@ namespace YooAsset
internal interface ICacheEntry
{
/// <summary>
/// Bundle 唯一标识
/// 资源包唯一标识
/// </summary>
string BundleGuid { get; }
}