Unity Cara Memeriksa Posisi Objek

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