Hi - Is there a way to call a schematic from another schematic? For instance, I was looking for an Run Schematic action that you could add to a schematic.

Thanks,
-Mike
  • Yes, the Start Machine node is what you're looking for. Your current schematic can either wait for the started schematic to finish before continuing, or just start it and continue it's own execution.
    Local variables and selected data can also be shared between them.

    There are also other ways to start schematics/machines. E.g. the machine stack nodes can add schematics to a stack (identified by a stack key) and start executing the stack later, working through the added schematics.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Perfect thanks!
Sign In or Register to comment.