You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: