update editor code

1. BuildParameters.OutputRoot重命名为BuildOutputRoot
2. 新增了BuildParameters.StreamingAssetsRoot字段
This commit is contained in:
hevinci
2023-07-05 11:51:49 +08:00
parent 1e88bad73e
commit 09c3d4e479
9 changed files with 72 additions and 73 deletions

View File

@@ -37,9 +37,14 @@ namespace YooAsset.Editor
/// <summary>
/// 输出的根目录
/// 内置资源的根目录
/// </summary>
public string OutputRoot;
public string StreamingAssetsRoot;
/// <summary>
/// 构建输出的根目录
/// </summary>
public string BuildOutputRoot;
/// <summary>
/// 构建的平台