Add get asset info method.

增加获取资源信息的方法。
This commit is contained in:
hevinci
2022-05-03 12:23:08 +08:00
parent 665a16fe60
commit 9ec841ff67
9 changed files with 258 additions and 59 deletions

View File

@@ -82,7 +82,7 @@ namespace YooAsset
}
else
{
throw new Exception($"Invalid depend id : {dependID} Asset path : {assetPath}");
throw new Exception($"Invalid bundle id : {dependID} Asset path : {assetPath}");
}
}
return result.ToArray();
@@ -109,7 +109,7 @@ namespace YooAsset
}
else
{
throw new Exception($"Invalid depend id : {bundleID} Asset path : {assetPath}");
throw new Exception($"Invalid bundle id : {bundleID} Asset path : {assetPath}");
}
}
else
@@ -135,7 +135,7 @@ namespace YooAsset
}
else
{
throw new Exception($"Invalid depend id : {bundleID} Asset path : {patchAsset.AssetPath}");
throw new Exception($"Invalid bundle id : {bundleID} Asset path : {patchAsset.AssetPath}");
}
}
return string.Empty;