update resource package

This commit is contained in:
hevinci
2023-09-25 16:30:24 +08:00
parent 8fe2fa7bc6
commit eb98eaeb3b
7 changed files with 30 additions and 28 deletions

View File

@@ -195,7 +195,7 @@ namespace YooAsset
var packageBundle = _activeManifest.GetMainPackageBundle(assetInfo.AssetPath);
return CreateBundleInfo(packageBundle);
}
BundleInfo[] IBundleQuery.GetAllDependBundleInfos(AssetInfo assetInfo)
BundleInfo[] IBundleQuery.GetDependBundleInfos(AssetInfo assetInfo)
{
if (assetInfo.IsInvalid)
throw new Exception("Should never get here !");