Shoot em up controlls

I been trying to make a controller that works like a standard shoot em up. I have a ship that moves in x and z and a camera that follows it. I’ve been trying to make the camera and the player to move in a constant speed so that the levels scrolls by itself at a certain speed.

An example of the game play I want to achieve is like Raiden. Any help would be apreciated

You could look at the tappy chicken example.

It’s doing pretty much exactly that for a sidescroller. :wink:

But basically you just want to either make the background scroll and spawn enemies or move your actor by a basic speed (for the movement input just add the one you want to add to a base speed and always apply that).