From 2ab3046885797c41ea826cf8b2d1ed1ab021341d Mon Sep 17 00:00:00 2001 From: hevinci Date: Sat, 2 Apr 2022 15:20:53 +0800 Subject: [PATCH] Update AssetBundleReporter --- .../AssetBundleReporter/VisualViewers/SummaryReporterViewer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/SummaryReporterViewer.cs b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/SummaryReporterViewer.cs index 03eede0..6ffc527 100644 --- a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/SummaryReporterViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/SummaryReporterViewer.cs @@ -73,7 +73,6 @@ namespace YooAsset.Editor _items.Add(new ItemWrapper("自动收集着色器", $"{buildReport.Summary.AutoCollectShaders}")); _items.Add(new ItemWrapper("着色器资源包名称", $"{buildReport.Summary.ShadersBundleName}")); _items.Add(new ItemWrapper("加密服务类名称", $"{buildReport.Summary.EncryptionServicesClassName}")); - _items.Add(new ItemWrapper("冗余服务类名称", $"{buildReport.Summary.RedundancyServicesClassName}")); _items.Add(new ItemWrapper(string.Empty, string.Empty)); _items.Add(new ItemWrapper("构建参数", string.Empty));