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

Creating compatible nodes while drawing connection broke #98

Closed Seneral closed 7 years ago

Seneral commented 7 years ago

Trying to create nodes through a right click while drawing a new connection does not display compatible nodes to create as usual but instead the popup menu is empty

Seneral commented 7 years ago

Was caused by 8b2caaa which removed calling Create on the default nodes upon initialisation. It is now reverted in 1006a23 until I found a better solution...