mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 11:38:47 +00:00
Update AssetBundleBuilder
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user