mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-31 22:18:45 +00:00
update asset bundle collector
This commit is contained in:
@@ -193,6 +193,8 @@ namespace YooAsset.Editor
|
||||
{
|
||||
string address = collectInfoPair.Value.Address;
|
||||
string assetPath = collectInfoPair.Value.AssetPath;
|
||||
if (string.IsNullOrEmpty(address))
|
||||
continue;
|
||||
|
||||
if (address.StartsWith("Assets/") || address.StartsWith("assets/"))
|
||||
throw new Exception($"The address can not set asset path in collector : {CollectPath} \nAssetPath: {assetPath}");
|
||||
|
||||
Reference in New Issue
Block a user