Search Unity

Prevent Element Focus

Discussion in 'UI Toolkit' started by opsive, Jan 15, 2021.

  1. opsive

    opsive

    Joined:
    Mar 15, 2010
    Posts:
    5,127
    Hello,

    In Shader Graph when you select a Sticky Note and drag the nodes above the sticky note do not get highlighted. Does anybody know how this is done? I am trying to do something similar but I haven't figured out a good way to prevent elements above the dragged element from being going into focus.

    Focus.gif

    Thank you!
     
    Last edited: Jan 15, 2021
  2. opsive

    opsive

    Joined:
    Mar 15, 2010
    Posts:
    5,127
    To close out this thread I ended up getting it working. I just needed to update to the latest version of the GraphView. It looks like it's the SelectionDragger that is preventing the focus.