Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 295 Bytes

File metadata and controls

4 lines (3 loc) · 295 Bytes

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).