Basically, I'm making a game which is broken up into 50 some levels, which in the beginning take under a minute to complete,
My question is, do I need to create a new layout for EACH and EVERY level/Spawn each object individually at a set coordinates on one layout?
All my events will apply to ALL levels, unless I use events to spawn in the objects.
Is their an easier way to go about this?