update extension smaple

pull/418/head
何冠峰 2024-12-17 15:28:49 +08:00
parent 1f07411dde
commit 17aed56270
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public class CopyBuildinManifestOperation : GameAsyncOperation
private string GetBuildinYooRoot() private string GetBuildinYooRoot()
{ {
return PathUtility.Combine(Application.streamingAssetsPath, YooAssetSettingsData.Setting.DefaultYooFolderName); return YooAssetSettingsData.GetYooMobileBuildinRoot();
} }
private string GetBuildinHashFilePath() private string GetBuildinHashFilePath()
{ {
@ -142,7 +142,7 @@ public class CopyBuildinManifestOperation : GameAsyncOperation
private string GetCacheYooRoot() private string GetCacheYooRoot()
{ {
return PathUtility.Combine(UnityEngine.Application.persistentDataPath, YooAssetSettingsData.Setting.DefaultYooFolderName); return YooAssetSettingsData.GetYooMobileCacheRoot();
} }
private string GetCacheHashFilePath() private string GetCacheHashFilePath()
{ {