unidad cómo verificar la posición del objeto

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