So I have an infinite runner and I built modular parts to assemble chunks. I've built 3 chunks of land and want them to spawn one chunk of objects at a time. If I group them in containers it also spawns them together at image points. Is there a way to spawn that whole chunk as I built it? They will all have the same behaviors as well, so would families help?
Develop games in your browser. Powerful, performant & highly capable.
Objects in a container are created all in one position.
Take a look at this demo, it may be a possible solution:
howtoconstructdemos.com/generate-random-levels-from-pre-built-scenes
This looks like exactly what I was looking for. Thank you!