This commit is contained in:
hevinci
2023-12-27 18:20:37 +08:00
parent 67b2b886a8
commit cbdb84a69f
12 changed files with 3 additions and 445 deletions

View File

@@ -121,17 +121,6 @@ namespace YooAsset.Editor
return true;
}
/// <summary>
/// 判断是否为冗余资源
/// </summary>
public bool IsRedundancyAsset()
{
if (HasBundleName())
return false;
return _referenceBundleNames.Count > 1;
}
/// <summary>
/// 获取关联资源包的数量
/// </summary>