Multiple C# nodes with the same code

Hey, I have a bunch of C# nodes that all share the same code, so when I update one of the nodes, I have to manually copy paste all the new code to all nodes. Is there a simpler way to do this? I can install my code as a .dll but then I can’t update the code while Rhino is running, which would really me slow down. Is there some way to link the nodes? Or a better workaround than loading .dll? Thanks

Put it in a cluster?

2 Likes

That works! Thank you so much

you could as well supply the script by using the scrpt input


(shift RMB)