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