Version: Unity 6.7 Alpha (6000.7)
Language : English
Introduction to tilemaps
Create a tile palette

Tile palettes

Create a tile palette from sprites or textures, then use the Tile Palette window to paint tiles onto a tilemap.

Topic Description
Create a tile palette Create an empty tile palette and add sprites to it manually, or create a tileset that automatically generates tiles from a texture.
Edit a tile palette Select, move, scale, and delete tiles in your tile palette using the tools in the Tile Palette window.
Customize how Unity creates tiles from a texture To customize how Unity creates tiles from a texture, create a script that inherits from TileTemplate.
Tile Palette window reference Explore the properties and settings you use to paint tiles onto a tilemap.
Tile Set Importer Inspector window reference Explore the settings you can use to configure a tileset, which automatically creates tiles from a texture and its sprites.

Additional resources

Introduction to tilemaps
Create a tile palette