/IL2cppStartProcess

direct call to win api to start a process

Primary LanguageC#MIT LicenseMIT

IL2cppStartProcess

Direct call to Windows API (kernel32.dll) to start a process, because il2cpp doesn't support the Process class yet when converting C#.

InternalServerProcess.cs Example how to use it from a unity project (Its not pretty or safe, just left over from when we prototyped this).