Legacy Documentation: Version 2017.2 (Go to current version)
Tilemap
Creating Tiles
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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答