update extension sample

This commit is contained in:
何冠峰
2025-01-03 15:09:20 +08:00
parent 278b6e3cc8
commit a59ebd69b4

View File

@@ -65,6 +65,6 @@ public class GetCacheBundleSizeOperation : GameAsyncOperation
{
string rootDirectory = YooAssetSettingsData.GetYooMobileCacheRoot();
string packageRoot = PathUtility.Combine(rootDirectory, _packageName);
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.SaveFilesFolderName);
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.BundleFilesFolderName);
}
}