One of the powerful 2D tools introduced by Unity is the Tilemapper. In this recipe, we'll create a simple 2D platformer, building a grid-based Scene using some free Tile Sprite images:
![](https://static.packt-cdn.com/products/9781788471909/graphics/assets/6430c93a-ac65-40d5-b1d5-1e94da59a96f.png)
One of the powerful 2D tools introduced by Unity is the Tilemapper. In this recipe, we'll create a simple 2D platformer, building a grid-based Scene using some free Tile Sprite images:
For this recipe, we have prepared the Unity package and images you need in folder 08_07.
Special thanks to GameArt2D.com for publishing the Desert image Sprites with the Creative Commons Zero licence: https://www.gameart2d.com/free-desert-platformer-tileset.html.
To create a platform game with Tiles and...