Search Unity

Feedback Inputs into nodes should be moved if their target node is moved

Discussion in 'Visual Effect Graph' started by dgoyette, May 29, 2020.

  1. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,196
    This is a fairly annoying behavior in the editor itself. Let's say I've got an organized graph, with inputs feeding into nodes:

    upload_2020-5-29_13-3-51.png

    Now I add a new node somewhere above any of the inputs. The result is that the rest of the system is moved down, but all of the inputs into those nodes don't move. The result is that as I edit my system, it gets more disorganized:

    upload_2020-5-29_13-4-46.png

    Is there an existing way to avoid this? Otherwise, how about if a node gets moved like this, it takes its input with it? I immediately recognize this could be complicated if an input is fed into multiple nodes, not all of which have been moved, but maybe the common case is single-node inputs, which could safely be moved?