摘要: 1.从网页加载using UnityEngine;using System.Collections;using System.IO;public class WWWLoadGUITex: MonoBehaviour { void Update () { } IEnumerator Start() ... 阅读全文
posted @ 2015-04-27 14:28 小歪歪Frank 阅读(323) 评论(0) 推荐(0)
摘要: 1.首先是服务器代码:using UnityEngine;using System.Collections;/// /// 1.服务器函数实现功能/// 2.该函数里的一些功能函数是系统自己在条件满足的时候,自己调用,不需要我们通过代码来调用,我们只/// 需要把功能添加好就可以了,简单的说相当远O... 阅读全文
posted @ 2015-04-27 09:55 小歪歪Frank 阅读(313) 评论(0) 推荐(0)