Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 414 forks source link

Multiple output into input knob #144

Closed Aracasodius closed 6 years ago

Aracasodius commented 6 years ago

Hello,

I'm looking for a way to be able to allow for multiple nodes to go into a single input knob. Has anyone figured this out, or is this implemented somehow? I saw a post on this already, but there was no actual clear instruction on how to do it. And it's marked as "Current focus"

So yeah, anyone any idea?

Seneral commented 6 years ago

Hey, do you use the master branch or the develop branch? On master, this is not possible without workarounds like multiple input knobs. On develop, there is a new connection system (among many other revamped systems), which abstracts the whole knob properties and allows you to create input knobs with multiple connections. One problem there is that the editing system does not allow for multi-multi connections yet, it needs a revamp to support that... So if you are going for single-multi instead of multi-single then it's good, multi-multi still don't work on the editing part:) Seneral

Aracasodius commented 6 years ago

https://imgur.com/a/PQgo0

This is what i'm trying to acomplish, would this be doable right now with the developer branch? Since I'm using the master branch and really need this new input system soon :p

Seneral commented 6 years ago

If the ability's output were to be limited to one connection, then yes:) Otherwise, not yet, due to editing reasons...