mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
Update AssetBundleCollector
This commit is contained in:
@@ -400,8 +400,8 @@ namespace YooAsset.Editor
|
||||
/// </summary>
|
||||
public static string GetAllTags()
|
||||
{
|
||||
var allTgas = Setting.GetAllTags();
|
||||
return string.Join(";", allTgas);
|
||||
var allTags = Setting.GetAllTags();
|
||||
return string.Join(";", allTags);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user