Open
Description
Unity won't let us start the process from IL2CPP because they haven't implemented System.Process yet...
We can probably get around this by opening the application as an URL with a command line argument to run it in the background. Will have to implement a CefKillEvent to kill the process when Unity exits.