Create tiles and brushes with custom behavior, or customize how Unity creates tiles from a texture.
| Topic | Description |
|---|---|
| Create a custom tile that runs a script | Create a prebuilt or custom scriptable tile that dynamically changes its look or the look of the tiles around it. |
| Create a custom brush that runs a script | Create a prebuilt or custom scriptable brush that draws in more ways than the default tile palette tools. |
| Customize how Unity creates tiles from a texture | To customize how Unity creates tiles from a texture, create a script that inherits from TileTemplate. |