unity3d button to Open exe file!

Program running on the android!

In unity3d click button to open the EXE program running!

exe files on the computer hard drive!

I only found Application.OpenURL!

function OnGUI () {
if (GUI.Button (Rect (10,10,100,20), “test”))
{
//Application.OpenURL
}
}

I'm confused. You state that you are running a program on your Android. Are you trying to launch an exectuable (exe) on your Android or remotely from it?

1 Answer

1

look on google for references: