예제 #1
0
 void Start()
 {
     skelet   = GetComponent <NavMeshAgent>();
     scorz    = GameObject.FindGameObjectWithTag("cotrl");
     scorzede = scorz.GetComponent <geymCont>();
 }
예제 #2
0
 void Start()
 {
     agerayis  = GetComponent <NavMeshAgent>();
     puan      = GameObject.FindGameObjectWithTag("cotiraray");
     controlki = puan.GetComponent <geymCont>();
 }