Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug GraphView delete key doesn't work on 2023.1.0a19

Discussion in '2023.1 Beta' started by Luemus, Nov 20, 2022.

Thread Status:
Not open for further replies.
  1. Luemus

    Luemus

    Joined:
    May 20, 2013
    Posts:
    107
    In the code, i subscribe to
    graphViewChanged += OnGraphViewChanged
    event.

    Expected behaviour (tested on 2022.1.20f1):
    Selecting nodes and pressing delete key calls
    OnGraphViewChanged
    with
    elementsToRemove
    populated.

    Actual behaviour on 2023.1.0a19:
    Selecting nodes and pressing delete key does not invokes the
    OnGraphViewChanged
    event.
     
    479813005, MikeyMyk and vallis_unity like this.
  2. vallis_unity

    vallis_unity

    Joined:
    Apr 14, 2022
    Posts:
    73
    Still broken as of 2023.1.0b4 it seems.
     
  3. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    Is a bug report filed?
    Otherwise it might not get fixed
     
  4. 479813005

    479813005

    Joined:
    Mar 18, 2015
    Posts:
    71

    Attached Files:

    Last edited: Jan 7, 2024
  5. 479813005

    479813005

    Joined:
    Mar 18, 2015
    Posts:
    71
    upload_2024-1-7_17-3-56.png
    The problem seems to be the way the GraphView is created, and if it is Clone, there will be bugs. If it is new, there will be no bugs.
     
    collinpatrick15 likes this.
  6. 479813005

    479813005

    Joined:
    Mar 18, 2015
    Posts:
    71
Thread Status:
Not open for further replies.