Bird shooting game

Hi, i need to make a simple bird shooting game and i dont know how to make the bird move across the screen. Please help

if it’s 2d game use a sprite with a 2d rigidbody and if it’s a 3d game add a normal rigidbody , if you wanted more control over the bird you could create an animation for it and change the position from it.Hope this helps =)