Hi total noob here.
What’s the best way to create a BIG level for a platform game? I want to place a lot of the same ground/wall/trap objects and scale some of them down or up so I don’t have to create a lot of different objects.
Do I place them in scene view and duplicate them hundreds of times to build my level or do I instantiate them by a script? What is easiest and best performance wise?