Update runtime code

pull/51/head
hevinci 2022-11-11 11:01:37 +08:00
parent 0fc97ad2f1
commit 40903d9ad5
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ namespace YooAsset
var loadedBundleInfos = _assetSystemImpl.GetLoadedBundleInfos();
if (loadedBundleInfos.Count > 0)
{
YooLogger.Warning($"Found loaded bundle before update manifest ! Recommended to call the {nameof(ForceUnloadAllAssets)} method to release loaded bundle !");
YooLogger.Error($"Found loaded bundle before update manifest ! Recommended to call the {nameof(ForceUnloadAllAssets)} method to release loaded bundle !");
}
}
#endregion