Version: Unity 6.4 (6000.4)
Language : English
Add 3D height to an isometric tilemap
Create a custom tile that runs a script

Custom tiles and brushes

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.

Additional resources

Add 3D height to an isometric tilemap
Create a custom tile that runs a script