From f5db2801264cc716fb736b1f5755dbea01c8704e Mon Sep 17 00:00:00 2001 From: hevinci Date: Mon, 28 Mar 2022 19:45:09 +0800 Subject: [PATCH] Update AssetBundleDebugger --- .../VisualViewers/AssetListDebuggerViewer.cs | 13 +++++-------- .../VisualViewers/BundleListDebuggerViewer.cs | 14 +++++--------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/AssetListDebuggerViewer.cs b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/AssetListDebuggerViewer.cs index c21c43b..3dcef7f 100644 --- a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/AssetListDebuggerViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/AssetListDebuggerViewer.cs @@ -135,23 +135,20 @@ namespace YooAsset.Editor var sourceData = _assetListView.itemsSource as List; var providerInfo = sourceData[index]; - StyleColor textColor; - if (providerInfo.Status == ProviderBase.EStatus.Fail) - textColor = new StyleColor(Color.yellow); - else - textColor = new StyleColor(StyleKeyword.Initial); - // Asset Path var label1 = element.Q