Creating Tilemaps, Tile Palettes, and Tiles — To use Tilemaps in Unity requires some things. I need Tiles to paint, I need a Tile Palette that contains the Tiles that I will be using, I also need a Grid Game Object that contains a Tilemap (think of this as a layer) Game Object. If I want the…