NewGraph icon indicating copy to clipboard operation
NewGraph copied to clipboard

How to use it to process data?

Open LuizMoratelli opened this issue 1 year ago • 0 comments

Hi, I just started reading and testing the package, so far it is great, and a miles better than use a deprecated/experimental package from unity. But I get stuck in how to use the graph to do something for real, like it displays the info, but how can I transform data like the ShaderGraph does in Unity or something like that.

I didn't see any process/transform methods to override and INode seems to be just a plain interface to know if something is a node or not.

I would like to start from, let's say, a StartNode -> some ProcessNodes and finish at an EndNode that gives me a ScriptableObject/Class as result to generate node maps like Slay the Spire.

image

So how/when should I change to allow me to generate this? Thanks in advance :D

LuizMoratelli avatar Dec 29 '24 13:12 LuizMoratelli