Ejemplo n.º 1
0
 void Start()
 {
     if (Application.isEditor)
     {
         isMobile = false;
     }
     _player = GameObject.Find("Player").GetComponent <playerHandler_05> ();
 }
Ejemplo n.º 2
0
 void Start()
 {
     // khi trong Editor thì hk thể để mobile được
     if (Application.isEditor)
     {
         isMobile = false;
     }
     _player = GameObject.Find("Player").GetComponent <playerHandler_05> ();
 }
Ejemplo n.º 3
0
 void Start()
 {
     if (Application.isEditor)
         isMobile = false;
     _player = GameObject.Find ("Player").GetComponent<playerHandler_05> ();
 }