Ejemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
     singleton.DontDestroyElseKill(this);
     nmAgent = GetComponent <NavMeshAgent> ();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     singleton.DontDestroyElseKill(this);
 }