Update AssetBundleCollector

This commit is contained in:
hevinci
2022-03-19 00:42:20 +08:00
parent 7bd09080ef
commit 473e52c5ba
3 changed files with 8 additions and 8 deletions

View File

@@ -51,12 +51,12 @@ namespace YooAsset.Editor
}
/// <summary>
/// 是否收集全路径的着色器
/// 自动收集着色器
/// </summary>
public bool IsCollectAllShaders = false;
public bool AutoCollectShaders = false;
/// <summary>
/// 收集的着色器Bundle名称
/// 自动收集的着色器资源包名
/// </summary>
public string ShadersBundleName = "myshaders";