This commit is contained in:
何冠峰
2025-02-08 11:45:06 +08:00
parent 94ee2ba5c1
commit f72814a51b
2 changed files with 33 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ namespace YooAsset.Editor
/// <summary>
/// 使用资源依赖缓存数据库
/// 说明:开启此项可以极大提高资源收集速度
/// 说明:开启此项可以极大提高资源收集速度
/// </summary>
public bool UseAssetDependencyDB = false;
@@ -67,6 +67,12 @@ namespace YooAsset.Editor
/// </summary>
public bool EnableSharePackRule = false;
/// <summary>
/// 对单独引用的共享资源进行独立打包
/// 说明:关闭该选项单独引用的共享资源将会构建到引用它的资源包内!
/// </summary>
public bool SingleReferencedPackAlone = false;
/// <summary>
/// 验证构建结果
/// </summary>