Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port Capacity.Multiple not working correctly, being overwritten by newest connection

Dsearle2 opened this issue · comments

I recently added this package to our project and ran into an issue with the multiple port connection property. We have an output node with Capacity.Multiple, however when we connect this to multiple nodes, only the last connection is serialized and the rest are lost whenever the graph is reloaded (or the domain is recompiled). Is there something we are missing?

Edit: this only seems to apply to output nodes. Is it possible to use Capacity.Multiple on outputs, or would this need to be a PortList?