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

Dynamic Input/Output Columns #91

Open Seneral opened 8 years ago

Seneral commented 8 years ago

Many developers need a variable amount of Inputs/Outputs, and as an alternative to allowing multiple inputs into one connection, many node editors instead have a variable range of inputs/outputs which adapt when the user adds more connections. This could currently be done in the node but a generic solution built into the node itself would be more apropriate IMO. This will be addressed with a low priority in the future if nobody necessarily needs it as of now.