mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 09:40:11 +00:00
Update AssetBundleCollectorSetting.cs
This commit is contained in:
@@ -86,6 +86,12 @@ namespace YooAsset.Editor
|
|||||||
return package.GetAllTags();
|
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>
|
||||||
/// 收集指定包裹的资源文件
|
/// 收集指定包裹的资源文件
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user