Esempio n. 1
0
 // Start is called before the first frame update
 void Start()
 {
     detectionBallonScript = GameObject.Find("Zone Point").GetComponent <DetectionBallon>();
     mouseControlScript    = GameObject.Find("GuideGameObject").GetComponent <MouseControl>();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     detectionBallonScript = GameObject.Find("Zone Point").GetComponent <DetectionBallon>();
     spawnManagerScript    = GameObject.Find("spawnBallon").GetComponent <SpawnManager>();
 }