2D Tilemap Extras package
Add new types of brush and tile to your 2D projects.
You can also use the 2D Tilemap Extras package to create your own custom tiles and brushes. For more information, refer to Custom tiles and brushes.
To fetch the source code for the scripts in this package so you can customize them, refer to the following GitHub repositories:
| Topic | Description |
|---|---|
| Install | Install the 2D Tilemap Extras package in your project. |
| Built-in brushes | Add brushes that paint lines of tiles, random tiles, groups of tiles, or GameObjects. |
| Built-in tiles | Add animated tiles or tiles that change depending on the tiles around them. |
| Store custom data in a grid | Add a Grid Information component, for example to store and retrieve data you use in a scriptable tile. |
| Sample projects | Learn the structure of a project that uses the 2D Tilemap Extras package. |