- Home /
How to design a "game map" for 2d "finite" runner
What is the best way to design levels like an "infinite runner". So basically I want to have several levels, with enemies, obstacles at a certain position, and maybe a defined landscape. Is the best way to completely design it graphically in Unity or spawn them once the player reaches a certain position?
Comment
Your answer
Follow this Question
Related Questions
2D Top-Down RPG Levels 0 Answers
How could I make a fog of war on a tilemap 0 Answers
Assigning UV Map to model at runtime 0 Answers
What is the best way to make Half - Life or DOOM style levels? 2 Answers