Hello everyone.
I wanted to know what is the best way to create multiple levels. A great example is the new game from Rovio Angry Birds 2, this game is made with Unity and has 240 levels and performance is really good.
What would you recommend?
Hello everyone.
I wanted to know what is the best way to create multiple levels. A great example is the new game from Rovio Angry Birds 2, this game is made with Unity and has 240 levels and performance is really good.
What would you recommend?
It totally depends on what type of game you are making. Your question as stated is too broad.
@blizzy A game like Angry Birds 2
Create a data format to describe the levels and store it in something like json/xml/etc. If they have unique art/assets load them via asset bundles.