update asset bundle builder

This commit is contained in:
hevinci
2023-03-21 19:34:00 +08:00
parent 254da59b7a
commit c40224b454
2 changed files with 5 additions and 3 deletions

View File

@@ -582,7 +582,7 @@ namespace YooAsset.Editor
/// <param name="key">关键字</param>
/// <param name="includeKey">分割的结果里是否包含关键字</param>
/// <param name="searchBegin">是否使用初始匹配的位置,否则使用末尾匹配的位置</param>
private static string Substring(string content, string key, bool includeKey, bool firstMatch = true)
public static string Substring(string content, string key, bool includeKey, bool firstMatch = true)
{
if (string.IsNullOrEmpty(key))
return content;