McManning / BlueGraph

Visual Scripting Framework for Unity
MIT License
236 stars 30 forks source link

Move child nodes with their parent comment #5

Open McManning opened 3 years ago

McManning commented 3 years ago

I had logic to move nodes if the comment that wraps them is moved (UE4-style, essentially) but it's horribly optimized and has a good number of bugs still. I need to just refactor this from the ground up.

Going to remove the behavior for now and reimplement on a later update.