Update AssetBundleBuilder

pull/51/head
hevinci 2022-10-18 10:13:12 +08:00
parent 90ad292b84
commit 9e2efe3717
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace YooAsset.Editor
/// </summary>
public static string GetStreamingAssetsFolderPath()
{
return $"{Application.dataPath}/StreamingAssets/{YooAssetSettings.StreamingAssetsRootFolder}/";
return $"{Application.dataPath}/StreamingAssets/{YooAssetSettings.StreamingAssetsBuildinFolder}/";
}
/// <summary>