Przenieś GameObject w Unity 2d

transform.position = new Vector3(transform.position.x + movespeed, transform.position.y);
Shiny Sandpiper