mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
278b6e3cc8
commit
a59ebd69b4
|
@ -65,6 +65,6 @@ public class GetCacheBundleSizeOperation : GameAsyncOperation
|
||||||
{
|
{
|
||||||
string rootDirectory = YooAssetSettingsData.GetYooMobileCacheRoot();
|
string rootDirectory = YooAssetSettingsData.GetYooMobileCacheRoot();
|
||||||
string packageRoot = PathUtility.Combine(rootDirectory, _packageName);
|
string packageRoot = PathUtility.Combine(rootDirectory, _packageName);
|
||||||
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.SaveFilesFolderName);
|
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.BundleFilesFolderName);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue