The Tilemap component stores and manages Tile Assets for creating 2D levels. It transfers the required information from the tiles placed on it to other related components such as the Tilemap Renderer and the Tilemap Collider 2D.
The 2D Tilemap Editor package is automatically installed when you create a project with the 2D template. You can install the 2D Tilemap Editor directly from the Unity registry via the Package Manager.
To create, edit, and pick the tiles for painting onto a tilemap, refer to the Tile Palette (menu: Window > 2D > Tile Palette) documentation for more information on its features and tools.
属性 | 描述 | |
---|---|---|
Animation Frame Rate | Set the frame rate at which tile animations play. Increasing or decreasing this value changes the frame rate of the tile animations. For example, if set to 2, tile animations play at double the base frame rate. If set to 3, tile animations play at triple the base frame rate. | |
Color | Select a color to apply as a tint to the tiles on this tilemap. Set to white (default color) to have Unity render the tiles without tint. | |
Tile Anchor | Enter the amount (in cells) along the xyz axes to offset tile anchor positions on the tilemap. | |
方向 | Select the orientation of tiles on the tilemap. Each of the following options performs the same function by orienting the tiles along the selected plane. | |
XY | Unity orients tiles along the XY plane. | |
XZ | Unity orients tiles along the XZ plane. | |
YX | Unity orients tiles along the YX plane. | |
YZ | Unity orients tiles along the YZ plane. | |
ZX | Unity orients tiles along the ZX plane. | |
ZY | Unity orients tiles along the ZY plane. | |
Custom | 选择此选项可启用以下自定义方向设置。 | |
Offset | Set the position offset of the custom orientation. This option is only available when you set the tilemap’s Orientation to Custom. | |
Rotation | Set the rotation of the custom orientation. This option is only available when you set the tilemap’s Orientation to Custom. | |
Scale | Set the scale of the custom orientation. This option is only available when you set the tilemap’s Orientation to Custom. | |
Info | Expand this to view the assets present in the tilemap. | |
Tiles | Displays a list of Tile Assets present in the tilemap. | |
Sprites | Displays a list of sprites present in the tilemap. |
Tilemap
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.