Hi, I’m new to Gdevelop
I want to make a 2D top-down survival sandbox game like Forager with some randomness and boss fight,
Personally I think It’s possible but what I concern the most is performance and loading of the game
can Gdevelop handle these mechanics: When start a game or create a new map the game will generate a fixed size map(I’m, not sure about the size of the map yet) with random elements or objects such as different trees and rocks variants put on random positions on the map and moreover when the player level up they can choose a power up of what new element will be added to the game (new animal, new ore, new tree or even a new crafting recipe etc.) and then the selected power up will be spawn in different locations on the map, is it possible to spawn those objects smoothly?
Is it good to delete AI animal and enemy objects when they are too far from screen to improve performance?
Is it better to spawn every new selected objects at once or generate them later when the player walk near their spawn point?
are there anything I should be aware of? are there any suggestions?
Thank you and sorry for my bad English.