Update AssetBundleBuilder

This commit is contained in:
hevinci
2022-06-10 10:50:27 +08:00
parent 9d4656a1f2
commit 33387e8d26
4 changed files with 5 additions and 19 deletions

View File

@@ -34,10 +34,5 @@ namespace YooAsset.Editor
/// 附加后缀格式
/// </summary>
public bool AppendExtension = false;
/// <summary>
/// 拷贝内置资源文件(首包资源文件)
/// </summary>
public bool CopyBuildinTagFiles = true;
}
}