You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple go program that will execute a a specified program found on the system path with the given commands. This was written to facilitate cross platform execution of arbitrary executables on the PATH from Unity Editor, as the Unity Mono implementation of shell execution was awkward if the path is unknown and capturing of output is desired.
To build, make sure the golang SDK is installed, and use the following command:
go build pathexec.go
About
A simple go program that will execute a a specified program found on the system path with the given commands. This was written to facilitate cross platform execution of arbitrary executables on the PATH from Unity Editor, as the Unity Mono implementation of shell execution was awkward if the path is unknown and capturing of output is desired.