Unity Comment vérifier la position de l'objet

if (transform.position.x == 0)
            {
                print("hi");
            }
RyanGar46