Update AssetBundleCollectorSetting.cs

This commit is contained in:
何冠峰
2025-02-08 14:07:20 +08:00
parent f72814a51b
commit 939f3747cd

View File

@@ -86,6 +86,12 @@ namespace YooAsset.Editor
return package.GetAllTags();
}
[Obsolete("This method will be removed in a future ! Use BeginCollect instead.", true)]
public CollectResult GetPackageAssets(bool simulateBuild, bool useAssetDependencyDB, string packageName)
{
return BeginCollect(packageName, simulateBuild, useAssetDependencyDB);
}
/// <summary>
/// 收集指定包裹的资源文件
/// </summary>