- Home /
2D games multi-level
I am new to the games dev and getting to grips with Unity. I am playing about with 2d games using tilemaps. The issue I have is that it appears that for each player level you have to put together the scene and tile map for that level.
Is it not possible, that after a player has finished a level the next level is created programmatically. Otherwise all levels would have to be created before the game is released.
Thanks in advance
Do you have multiple scenes in hierarcy or just one? Could you sent a screenshot of hierarcy tab?
Also I cannot understnad your problem well. Do you want to get rid of all other scenes except one (not deleting) in hierarcy? Or something else?
Your answer
Follow this Question
Related Questions
How do I change scenes from triggers in UNity 1 Answer
Unity game level design patterns 0 Answers
How to add multiple levels? 3 Answers
players create level 0 Answers
Multiple Scenes for Multiple Levels, or One Scene with all Levels? 1 Answer