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?
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?
– SrBilyon