Please note, there are two versions of this template - this one is for Platformer games. If you are making a Top-Down View game, please purchase a different template.
Making a game with 1000 levels? Creating each level manually will take you weeks or even months of work. Generate your levels from a set of small scenes and you can have a practically infinite number of levels done in a matter of hours! Pick scenes randomly, or load a list of scenes for each level from an array.
This template includes 6 demo levels which will show you how to ...
- Create random levels with any number of scenes
- Pick random scenes of selected difficulty, or a mix of difficulties
- Load a list of scenes for each level
- Use seeded random to generate the same random level for all players
- Re-use scenes in an infinite runner/jumper games
The code is clean and well-documented, make sure to read all comments.
No 3rd party addons used.