Scriptable Tiles
Scriptable Tiles are Tiles which you script which adapt to the position and conditions of the Tilemap it is placed and displays the relevant Sprite there.
Here are some implementations of Scriptables Tiles which can help save time in designing your Tilemap:
- Animated Tile
- Pipeline Tile
- Random Tile
- Rule Tile
- Rule Override Tile
- Terrain Tile
- Weighted Random Tile
You can create your own Scriptable Tiles for your own needs. The manual page for Scriptable Tiles can be found here.