Legacy Documentation: Version 2018.1 (Go to current version)
Tilemap
Tilemap Renderer
Other Versions

Tile Assets

Typically, Tiles are actually Sprites that are arranged on a Tilemap. In Unity’s implementation, we use an intermediary Asset that references the Sprite instead. This enables us to extend the Tile itself in many ways, creating a robust and flexible system for Tiles and Tilemaps.

Properties

Property Function
Sprite The sprite that is used by this tile Asset
Color Used to tint the material
Collider Type None, Sprite or Grid

Did you find this page useful? Please give it a rating:

Tilemap
Tilemap Renderer