經過腳本添加組件 NavMeshAgent尋路動畫設置,動畫speed設置,隨機奔跑尋路,間隔實例化InvokeRepeating ("Run", 0, i)

using UnityEngine; using System.Collections; //經過腳本添加組件 這樣會給動畫師方便 [RequireComponent(typeof(Animator))] [RequireComponent(typeof(NavMeshAgent))] public class tianjiazhujian : MonoBehaviour { public Tra
相關文章
相關標籤/搜索