How to Compile Nodes?
-
How does one compile multiple nodes in scriptnode to become one node that can be used?
-
-
@d-healey dang, how’d I miss that, thanks David!
-
@d-healey shoot, my DLL isn’t compiling and shows an error in the cmd prompt:
The system cannot find the path specified.
Compiling 64bit chorus…
MSBuild version 17.5.1+f6fdcf537 for .NET Framework
MSBUILD : error MSB1009: Project file does not exist.
Press any key to continue . . .And would this compiled node be able to be placed in another node in scriptnode?
-
I'm not sure about that error.
And would this compiled node be able to be placed in another node in scriptnode?
This doesn't compile the individual nodes, it compiles all of the compilable networks in your project into a dll.
If you want to insert one network inside another you'll see them under the Project tab in the scriptnode popup.
-
@d-healey ahh thanks, guess we need @Christoph-Hart