mirror of https://github.com/tuyoogame/YooAsset
Update runtime code
parent
0fc97ad2f1
commit
40903d9ad5
|
@ -972,7 +972,7 @@ namespace YooAsset
|
||||||
var loadedBundleInfos = _assetSystemImpl.GetLoadedBundleInfos();
|
var loadedBundleInfos = _assetSystemImpl.GetLoadedBundleInfos();
|
||||||
if (loadedBundleInfos.Count > 0)
|
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
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue