unity之按鍵控制移動,及按鍵以後,走動動畫才能播放(正常行走)

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