From e3dcaec9b554ede3f9874c7b3bf89c6d02095cff Mon Sep 17 00:00:00 2001 From: hevinci Date: Tue, 2 Aug 2022 16:05:22 +0800 Subject: [PATCH] Update AssetBundleCollector --- .../AssetBundleCollector/AssetBundleCollectorSettingData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorSettingData.cs b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorSettingData.cs index 6bc94aa..2e6ad8a 100644 --- a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorSettingData.cs +++ b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorSettingData.cs @@ -400,8 +400,8 @@ namespace YooAsset.Editor /// public static string GetAllTags() { - var allTgas = Setting.GetAllTags(); - return string.Join(";", allTgas); + var allTags = Setting.GetAllTags(); + return string.Join(";", allTags); } } } \ No newline at end of file