Closed smalers closed 9 months ago
The InputStart and InputEnd are being checked in the editor as if required. However, they should be optional in the editor but required at run time because global values may be used.
InputStart
InputEnd
I fixed so the check is only done at run time. Close this issue.
The
InputStart
andInputEnd
are being checked in the editor as if required. However, they should be optional in the editor but required at run time because global values may be used.