unity之按键控制移动,及按键以后,走动动画才能播放(正常行走)

           using UnityEngine; using System.Collections; public class PeopleMove : MonoBehaviour { public float speed = 3.0F; public float rotateSpeed = 3.0F; private Transform tran;
相关文章
相关标签/搜索