update extension sample

pull/455/head
何冠峰 2025-01-03 15:09:20 +08:00
parent 278b6e3cc8
commit a59ebd69b4
1 changed files with 1 additions and 1 deletions

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);
}
}