Openning a unity exe file from an another unity exe file!!!!

Hello guys,

I made up two unity exe files and I wanted to open one of the exe file from the other one. But I had a problem. I know I could open the exe file from the other one because I heard the voices coming from the game. But, I can’t see anything on the screen, it is all black. However, when I open the unity exe file direcetly, I can open and play. I don’t know what the problem is. If you help me, I really appreciate it.

Thanks

Hi,

How do you open the other Application ?

I would do it with System.Diagnostics.Process.Start("myapplication.exe");

Are the other Application in focus or running in the background after launched ?

I don’t know how you open the exe at the moment. But here’s a way to do it:

System.Diagnostics.Process.Start("PathToTheExe");