摘要:
using System.Collections;using System.Collections.Generic;using UnityEngine;public class Move : MonoBehaviour { CharacterController chara; //移动 public 阅读全文
摘要:
using UnityEngine; using System.Collections; //检测手柄功能的脚本 这个脚本挂到手柄上(controler(right)和controler(left))上 public class ButtonTouchAction : MonoBehaviour { 阅读全文