How do I continuously spawn road for free runner game?
So I’m making free runner and for that I have made few roads now I want is that when one road is about to end game spawn another road in front of road just ending so player can run endlessly.
If you can / want to be collaborator message me my PSN is MFahadKhan and it will be really appreciated cause I have been trying to solve this problem and I’m getting bit frustrated.
-
Have you tried hsing an emitter, and a timer? You can then have the player be static as road flies towards them, perhaps.
-
One way would be to keep the player still and have the road come towards them. This can be done by emitting a piece of the road with a mover attached to it at a set interval. Then set the pieces to disappear after they leave the screen.
Please sign in to leave a comment.