Update AssetBundleCollectorSetting.cs

pull/464/head
何冠峰 2025-02-08 14:07:20 +08:00
parent f72814a51b
commit 939f3747cd
1 changed files with 6 additions and 0 deletions

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>