mirror of https://github.com/tuyoogame/YooAsset
Update AssetBundleBuilder
parent
8b6cd759ef
commit
6116e49a05
|
@ -61,6 +61,11 @@ namespace YooAsset.Editor
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string BuildPackage;
|
public string BuildPackage;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 人类可读的版本信息
|
||||||
|
/// </summary>
|
||||||
|
public string HumanReadableVersion;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 验证构建结果
|
/// 验证构建结果
|
||||||
|
|
|
@ -31,6 +31,7 @@ namespace YooAsset.Editor
|
||||||
patchManifest.EnableAddressable = buildParameters.EnableAddressable;
|
patchManifest.EnableAddressable = buildParameters.EnableAddressable;
|
||||||
patchManifest.OutputNameStyle = (int)buildParameters.OutputNameStyle;
|
patchManifest.OutputNameStyle = (int)buildParameters.OutputNameStyle;
|
||||||
patchManifest.PackageName = buildParameters.BuildPackage;
|
patchManifest.PackageName = buildParameters.BuildPackage;
|
||||||
|
patchManifest.HumanReadableVersion = buildParameters.HumanReadableVersion;
|
||||||
patchManifest.BundleList = GetAllPatchBundle(context);
|
patchManifest.BundleList = GetAllPatchBundle(context);
|
||||||
patchManifest.AssetList = GetAllPatchAsset(context, patchManifest);
|
patchManifest.AssetList = GetAllPatchAsset(context, patchManifest);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue