top of page

オブジェクトの位置変更(2D)

        float X = 29;
        float Y = 29;

        transform.position = new Vector2 (X,Y);
 

bottom of page