Show / Hide Table of Contents

    External

    Invokes an external system process.

    • API Reference
    • Menu Name: Create -> Build Automator -> Build Scripts -> External
    Option Meaning
    Script Path Path to the external script/program to execute.
    Argument Count The number of arguments to supply the external script with
    Window Style The window style to be used for the created process
    Wait for Exit If Build Automator should wait for the script to exit and complete before moving on
    Max Timeout The maximum amount of time to wait for the script to exit before moving on
    Kill on Timeout Kills the script after timing out
    Log Exit Code Logs the script's exit code, granted it is allowed to run to completion
    Throw on Failure Throws a managed exception if the exit code of the script was non-zero
    Warning

    If Wait For Exit is enabled, and the external script freezes, then Build Automator and Unity will also freeze until the process is killed or the timeout is reached.

    Build Automator 2 by QFSW
    Back to top