update runtime code

pull/62/head
hevinci 2022-12-21 10:54:22 +08:00
parent b322a848ba
commit 4a158319e5
1 changed files with 1 additions and 1 deletions

View File

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