Built-in brushes
Add brushes that paint lines of tiles, random tiles, groups of tiles, or GameObject.
These tiles are examples of scriptable brushes.
| Topic | Description |
|---|---|
| Paint a line of tiles | To paint a line of tiles, use the line brush. |
| Paint random tiles | To paint random tiles from a selection, use the random brush. |
| Pick a group of tiles automatically | To automatically pick a group of tiles from the tile palette, use the group brush. |
| Paint GameObjects as tiles | To paint GameObjects instead of tiles onto a tilemap grid, use the GameObject brush. |