update resource package

This commit is contained in:
hevinci
2023-09-27 12:04:11 +08:00
parent bae55ca511
commit 4234885f94
3 changed files with 38 additions and 12 deletions

View File

@@ -93,17 +93,6 @@ namespace YooAsset
AssetType = assetType;
Error = string.Empty;
}
internal AssetInfo(string packageName, PackageAsset packageAsset)
{
if (packageAsset == null)
throw new System.Exception("Should never get here !");
_providerGUID = string.Empty;
_packageAsset = packageAsset;
PackageName = packageName;
AssetType = null;
Error = string.Empty;
}
internal AssetInfo(string packageName, string error)
{
_providerGUID = string.Empty;