Déplacer GameObject dans Unity 2D

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