How to make a game with lots of objects?!!

Hi…

I’m gonna make a game that has lots of objects and it has a big space!!!

I mean its like an infinite game but it has end!

What is the best way to create such games like that? i don’t want to divide the game into some scenes and make the player waits to load each scene!! How should i do that?!!

You load assets close to the the player, and unload them again as the player moves away.
Players don’t have to wait for scenes to load if you load them asynchronously.