Search Unity

ugui nested dropdown in a toolbar

Discussion in 'Editor & General Support' started by Andaharoo, Oct 4, 2020.

  1. Andaharoo

    Andaharoo

    Joined:
    Jul 1, 2020
    Posts:
    1
    Is there any way get the visual elements associated with the contents of a dropdown menu? I'd like to make a nested dropdown menu in a toolbar in a EditorWindow. Without immediate mode GUI.

    Doesn't seem possible without rolling my own. Intuition says they'd be hidden children of the parent but I checked and they seem to have no relation to ugui.