mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 11:38:47 +00:00
update extension sample
This commit is contained in:
@@ -123,7 +123,7 @@ public class CopyBuildinManifestOperation : GameAsyncOperation
|
|||||||
|
|
||||||
private string GetBuildinYooRoot()
|
private string GetBuildinYooRoot()
|
||||||
{
|
{
|
||||||
return YooAssetSettingsData.GetYooMobileBuildinRoot();
|
return YooAssetSettingsData.GetYooDefaultBuildinRoot();
|
||||||
}
|
}
|
||||||
private string GetBuildinHashFilePath()
|
private string GetBuildinHashFilePath()
|
||||||
{
|
{
|
||||||
@@ -140,7 +140,7 @@ public class CopyBuildinManifestOperation : GameAsyncOperation
|
|||||||
|
|
||||||
private string GetCacheYooRoot()
|
private string GetCacheYooRoot()
|
||||||
{
|
{
|
||||||
return YooAssetSettingsData.GetYooMobileCacheRoot();
|
return YooAssetSettingsData.GetYooDefaultCacheRoot();
|
||||||
}
|
}
|
||||||
private string GetCacheHashFilePath()
|
private string GetCacheHashFilePath()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ public class GetCacheBundleSizeOperation : GameAsyncOperation
|
|||||||
|
|
||||||
private string GetCacheDirectoryRoot()
|
private string GetCacheDirectoryRoot()
|
||||||
{
|
{
|
||||||
string rootDirectory = YooAssetSettingsData.GetYooMobileCacheRoot();
|
string rootDirectory = YooAssetSettingsData.GetYooDefaultCacheRoot();
|
||||||
string packageRoot = PathUtility.Combine(rootDirectory, _packageName);
|
string packageRoot = PathUtility.Combine(rootDirectory, _packageName);
|
||||||
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.BundleFilesFolderName);
|
return PathUtility.Combine(packageRoot, DefaultCacheFileSystemDefine.BundleFilesFolderName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user