Hey, first of all, thanks for your work on this project =)
I would like to ask you for an easier to understand and simpler demo project. I'm having a hard time to undestand how the calculator demo works.
Just for context, what I'm trying to achieve is:
- Define a bunch of nodes using JSON. For example, node A has three inputs (ai1:string, ai2:int, ai3:bool) and one output (ao1:Vector)
- Load the JSON containing the descriptions of theses nodes in runtime
- Allow the player to create a graph using these nodes
- Save the created graph as a JSON
Is it possible using this plugin?
Hey, first of all, thanks for your work on this project =)
I would like to ask you for an easier to understand and simpler demo project. I'm having a hard time to undestand how the calculator demo works.
Just for context, what I'm trying to achieve is:
Is it possible using this plugin?