Unity has introduced a set of Tile features that makes creating tile-based scenes quick and easy. A Tile Grid GameObject acts as the parent to tilemaps. These are the GameObjects that tiles are painted on, from the Tile Palette panel. Sprites can be made into Tile assets, and a collection of tiles can be added to form a Tile Palette, which we can use to paint a scene:
Figure 6.44 – Example of using Tilemapper and GameArt2D supplied sprites
It also offers powerful, scripted Rule Tiles that enhance the Tile brush tools, automatically adding top, left, right, and bottom edge Tiles as more Grid elements are painted with tiles. Rule Tiles can even randomly choose from a selection of tiles under defined conditions. You can learn more at https://unity3d.com/learn/tutorials/topics/2d-game...