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

@@ -32,6 +32,14 @@ namespace YooAsset
}
}
/// <summary>
/// 获取构建报告文件名
/// </summary>
public static string GetReportFileName(int resourceVersion)
{
return $"{YooAssetSettings.ReportFileName}_{resourceVersion}.json";
}
/// <summary>
/// 获取补丁清单文件完整名称
/// </summary>