I was wondering if there way to instance or reference a node within the graph. I know a can create a separate graph with an input and output, and then bring that into my graph, but it seems like a pointless extra graph for such a small task. Here is what I have. I need those tile generators to always be the same, but I…
You could define a parameter for TileX and TileY and plug it into both TileGenerator-Nodes. With this you have the ability to change both simultaneously. There might be a better solution I don't know. I'm quite new to Substance myself.