Tilemap
Tilemap actions help you work with Tilemaps at runtime.
Import Tilemap actions from the Addons Browser.
Unity API
Actions that directly wrap Unity Tilemap methods link to the corresponding Tilemap API reference.
Rect Helpers
Use these helpers to work with rectangular tile regions.
Fill a rectangular area with a tile.
Clear tiles in a rectangular area.
Fill multiple rectangular areas with a tile.
Clear tiles in multiple rectangular areas.
Rectangular areas are often generated by Procedural actions.
Cell Helpers
Use these helpers to set tile values from cell coordinate lists.
Cell lists are often generated by Procedural actions.
Conversion Helpers
Convert a world-space Rect to tilemap cell BoundsInt coordinates.
Save And Load
Tilemap snapshot save and restore actions are documented here:
Save and restore tilemap snapshots at runtime.