海风 发表于 2012-11-19 11:49

怎么可以在unity中弹出内置ie来?

谁知道怎么可以在unity中弹出内置ie来?

多米诺 发表于 2012-11-19 12:53

c#
Process.Start("IExplore.exe", "www.abc.com");
Process.Start("IExplore.exe");

Application.OpenURL ("http://abc.com");


http://www.u3dchina.com/Documentation/ScriptReference/Application.OpenURL.html

海风 发表于 2012-11-23 14:40

多米诺 发表于 2012-11-19 12:53 static/image/common/back.gif
c#
Process.Start("IExplore.exe", "www.abc.com");
Process.Start("IExplore.exe");


这个是弹出外置的IE,不是内置的

巨蟹座 发表于 2012-11-24 12:48

精辟呀{:5_435:}

1011shl 发表于 2017-2-9 14:03

很不错

kexuan 发表于 2017-2-9 13:44

楼主是超人

1011shl 发表于 2017-2-9 13:57

难得一见的好帖

kill 发表于 2017-2-9 13:30

很好哦

zzpanzer 发表于 2017-2-9 13:35

不错不错

lp5131427 发表于 2017-3-12 17:55

楼主是超人
页: [1]
查看完整版本: 怎么可以在unity中弹出内置ie来?