system
1
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
}
}
look on google for references: