mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 21:30:13 +00:00
update extension sample
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user