Hello!So the main idea with an "endless runner" game is to use one scene and then create "actors" as the terrain. You generate them off-screen to the right (making sure to set them as "always simulating" and "cannot be moved") and then set a negative x-speed for them. That way they'll start moving left.Did that help?
Does anyone know how to add more actors - obstacles, gems etc - on those platforms that are spawned off screen?