Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     kantoku = GameObject.Find("Kantoku").GetComponent <Kantoku>();
     omoko   = GameObject.Find("Omoko").GetComponent <Omoko>();
     touyama = GameObject.Find("Touyama").GetComponent <Touyama>();
     hipo    = GameObject.Find("Hipo").GetComponent <Hipo>();
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     omoko   = GameObject.Find("Omoko").GetComponent <Omoko>();
     touyama = GameObject.Find("Touyama").GetComponent <Touyama>();
     hipo    = GameObject.Find("Hipo").GetComponent <Hipo>();
 }