update settings

This commit is contained in:
hevinci
2023-09-25 18:40:02 +08:00
parent 3c9c61c346
commit f804e8405e
3 changed files with 10 additions and 10 deletions

View File

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