mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 11:38:47 +00:00
update resource package
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user