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
If you've worked with node graphs in Unity or Unreal, you've probably seen nodes that can take an arbitrary number of inputs, set up so that whenever you connect the last input, it creates a new port. (For example, a Sum node that lets you sum up any number of values.)
Is it possible to do the same thing with NodeNetwork? If so, how do you set it up? (And if not, could it be added?)