+EA 23.316 Nightly - Plugin.UI โ
June 13, 2026
1 file modified.
Important Changes โ
None.
UIContextMenuPopper โ
cs
{
if (!UIContextMenu.Current.hideOnMouseLeave)
{
UIContextMenuPopper[] componentsInChildren = UIContextMenu.Current.GetComponentsInChildren<UIContextMenuPopper>();
UIContextMenuPopper[] componentsInChildren = (parent ? parent : UIContextMenu.Current).GetComponentsInChildren<UIContextMenuPopper>();
for (int i = 0; i < componentsInChildren.Length; i++)
{
componentsInChildren[i].Depop();