10 2018 档案

摘要:服务器部分代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using System.Net;using System.Net.Sockets;using System;public clas 阅读全文
posted @ 2018-10-31 14:48 AEOK 阅读(100) 评论(0) 推荐(0)
摘要:using System.Collections;using System.Collections.Generic;using UnityEngine;public class Move : MonoBehaviour { CharacterController chara; //移动 public 阅读全文
posted @ 2018-10-26 18:31 AEOK 阅读(133) 评论(0) 推荐(0)
摘要:using UnityEngine; using System.Collections; //检测手柄功能的脚本 这个脚本挂到手柄上(controler(right)和controler(left))上 public class ButtonTouchAction : MonoBehaviour { 阅读全文
posted @ 2018-10-26 18:28 AEOK 阅读(253) 评论(0) 推荐(0)
摘要:SDK接入学习 https://www.cnblogs.com/msxh/p/7220741.html 阅读全文
posted @ 2018-10-18 14:41 AEOK 阅读(204) 评论(0) 推荐(0)
摘要:首次使用博客,努力吧骚年!!! 阅读全文
posted @ 2018-10-17 18:19 AEOK 阅读(95) 评论(0) 推荐(0)