Comment faire référence à la fonction dans l'unité
public GameObject myObject; //make ref. in inspector window
myObject.GetComponent<MyScript>().MyFunction();
Comfortable Caterpillar