Einheit, wie man die Objektposition überprüft

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