这样就完成了Unity和网页中的方法互相调用。最后MyText会显示Hello, world! public Text MyText; void Start() { //我们程序一开始就调用jslib的方法Hello() Hello(); } ...
確定! 回上一頁