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