mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-03 20:43:43 +00:00
Update AssetBundleBuilder
AssetBundleBuilder界面增加演练构建选项。 构建文件名增加版本信息。
This commit is contained in:
@@ -32,6 +32,14 @@ namespace YooAsset
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取构建报告文件名
|
||||
/// </summary>
|
||||
public static string GetReportFileName(int resourceVersion)
|
||||
{
|
||||
return $"{YooAssetSettings.ReportFileName}_{resourceVersion}.json";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取补丁清单文件完整名称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user