Update AssetBundleBuilder

增加输出文件名称样式的选择功能。
This commit is contained in:
hevinci
2022-07-23 17:39:04 +08:00
parent 6d392139df
commit 42d52720f3
10 changed files with 104 additions and 39 deletions

View File

@@ -77,12 +77,7 @@ namespace YooAsset.Editor
/// 启用可寻址资源定位
/// </summary>
public bool EnableAddressable = false;
/// <summary>
/// 追加文件扩展名
/// </summary>
public bool AppendFileExtension = false;
/// <summary>
/// 拷贝内置资源文件到StreamingAssets目录首包资源文件
/// </summary>
@@ -94,6 +89,11 @@ namespace YooAsset.Editor
/// </summary>
public IEncryptionServices EncryptionServices = null;
/// <summary>
/// 补丁文件名称的样式
/// </summary>
public EOutputNameStyle OutputNameStyle = EOutputNameStyle.HashName;
/// <summary>
/// 压缩选项
/// </summary>