I’ve made a game, a space invader type game, nothing too fancy. I’ve made the first level which ends with a boss.
I normally create a new scene for each level and such, but I’m thinking for this game I might do things differently.
At the moment I’m thinking that variables like, enemy speed, enemy amount shoot frequency can be increased at the end of every level and stored in playerprefs. This would allow for a player to continue where they left off next time they load the game as long as there is an option to start the game again that would be fine. Technically giving unlimited levels of play.
Has anyone done this before or is there another way I can do it? Just wondering how others approach increasing levels.