摘要: Unity3d webplayer获取url参数1.Unity中代码,在Start方法中调用了HTML的GetUrl方法!Application.ExternalCall( "SayHello", "The game says hello!" ); 1 void Start () { 2 Application.ExternalCall( "GetUrl", "" ); 3 } 4 5 void myFunc( string str ) 6 { 7 GameObject obj = GameObject.Find( 阅读全文
posted @ 2013-11-04 12:26 广州阿龙 阅读(1234) 评论(0) 推荐(0)