Is there a way to cluster objects together and treat a cluster of object as one?
Say you have made 5 different layouts of objects for an auto-generated dungeon.
Then you auto-generated a random grid with those 5 different layouts.
What would be the best way to approach this? Make every object on a layout anchor to certain point? How can I spawn multiple version of these clusters then?
Thanks :)