Comment faire INT pour envoyer un SMS à l'unité
private void Start()
{
text = GetComponent<Text>();
}
private void Update()
{
text.text = theInt.ToString();
}
Dull Dingo