I have looked into a lot of techniques for creating 2D levels in Unity. The majority of these involve a tile-set and then vertex snapping these together. I know that this works but, I also know that this will be very expensive as eventually there will be a large amount of game objects. Is there anyway in which I can reduce the cost of this method or is there an entirely different method which will work.
Any help is much appreciated , thank you ![]()