// Use this for initialization void Start() { placeur = GameObject.Find("Placeur").GetComponent <Placeur>(); text = GetComponent <Text>(); ai = GameObject.Find("Player").transform; posStart = ai.position; }
void Start() { placeur = GetComponent <Placeur>(); }