Add warning when asset path is invalid.

This commit is contained in:
hevinci
2022-05-12 23:13:21 +08:00
parent 2da81212b4
commit 09fac3bd64
8 changed files with 94 additions and 60 deletions

View File

@@ -73,7 +73,7 @@ namespace YooAsset
if (EnableAddressable)
{
if (locationToLower)
YooLogger.Warning("Addressable not support location to lower !");
YooLogger.Error("Addressable not support location to lower !");
foreach (var patchAsset in AssetList)
{