Update AssetBundleBuilder

AssetBundleBuilder界面增加演练构建选项。
构建文件名增加版本信息。
This commit is contained in:
hevinci
2022-04-27 11:02:30 +08:00
parent 15dc047488
commit 775c724840
9 changed files with 44 additions and 7 deletions

View File

@@ -30,6 +30,11 @@ namespace YooAsset.Editor
/// </summary>
public bool ForceRebuild = false;
/// <summary>
/// 演练构建
/// </summary>
public bool DryRunBuild = false;
/// <summary>
/// 内置标签
/// </summary>