Update streaming root folder

This commit is contained in:
hevinci
2022-10-17 15:07:25 +08:00
parent e3f1ad79a8
commit 8b6cd759ef
3 changed files with 8 additions and 2 deletions

View File

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