Place a selection of Tiles onto Tile Palettes so that you can pick Tiles from the Palette to paint on Tilemaps. To create a Tile Palette, open the Tile Palette window by going to Window > 2D > Tile Palette. If you do not have this option, then the 2D Tilemap Editor package may not be installed. If so, download the 2D Tilemap Editor package from the Package Manager.
The Tile Palette window is empty by default. Select the New Palette drop-down menu to open a list of Tile Palettes available in the Project, or for the option to create a new Palette. Select the Create New Palette option to create a new Palette.
After selecting the option to create anew Palette, the Create New Palette dialog box becomes available. It contains the different property settings and options available when creating a new Palette:
Свойство: | Функция: |
---|---|
Имя | Provide a name for the created Tile Palette Asset. |
Grid | Select the Grid layout the created Tile Palette will be used to paint on. |
Rectangle | Select this if creating a Palette for the default rectangular Tilemap. |
Hexagon | Select this when creating a Palette for a Hexagonal Tilemap. |
Isometric | Select this when creating a Palette for a Isometric Tilemap. Refer to Creating a Tile Palette for an Isometric Tilemap for more information. |
Isometric Z as Y | Select this when creating a Palette for a Isometric Z as Y Tilemap. Refer to Creating a Tile Palette for an Isometric Tilemap for more information. |
* Hexagon Type (only available when the Hexagon Grid type is selected) | Select the type of Hexagonal Tilemap that the Palette will be used to paint on. Refer to the documentation on Hexagonal Tilemaps for more information. |
Cell Size | The size of a cell that the Tiles are painted on. |
Automatic | The Cell Size is automatically set in Unity units and based on the size of the Sprite used to create the Tile Assets. If there are multiple Tiles, the Cell Size is adjusted to match the first Tile from the bottom left of the Palette, so that it fits exactly on a cell. |
Manual | Select this option to input custom size values. |
Give the newly create Palette a name and select the desired settings, then select the Create button. Select the folder to save the Palette Asset file into when prompted. The newly created Palette is automatically loaded in the Tile Palette window.
Drag and drop Textures or Sprites from the Assets folder onto the Tile Palette, and choose where to save the new Tile Assets when prompted. New Tile Assets are generated in the selected save location, and the Tiles are placed on the grid of the active Tile Palette window.
Use the following shortcuts and actions to navigate the Palette window and began picking Tiles to paint on the Tilemap in the Editor window.
Shortcut/Action | Функция: |
---|---|
Click on a Tile | Selects the Tile |
Select and drag the mouse over multiple Tiles | Selects multiple Tiles |
Alt + Left button and drag | Pan (перемещение камеры сцены) |
Click the wheel button and drag | Pan (перемещение камеры сцены) |
Rotate the wheel button | Zoom in/out |
The Active Brush inspector is at the bottom of the Tile Palette window. You can use it to change the current active Brush and its properties. This is minimized by default. To expand it, drag the bottom toolbar upwards.
Use the ‘Brush’ drop-down menu to change the active Brush from the ‘Default Brush’ to other Brushes, such as Scriptable Brushes.
Свойство: | Функция: |
---|---|
Script | Displays the currently assigned script Asset that provides a fixed set of APIs for Tilemap painting. The default is the GridBrush. Users may use or create their own Scriptable Brushes which become available from the drop-down menu. The Script property updates to reflect the current active Brush. |
Can Change Z Position | Enable this property to change the z-position of the active Brush. Disable to prevent any changes to the current z-position of the active Brush. |
Z Position | Only available when Can Change Z Position is enabled. Enter the desired z-axis value (only whole numbers) for this Brush when painting Tiles, which also adjusts the relative heights of Tiles on a Z as Y Isometric Tilemap . Refer to Adjusting the Tile height in the Palette for more information. |
The tools for picking and painting with Tiles can also be used to edit the Tile Palette directly, allowing you to move and manipulate the Tiles currently placed on the Tile Palette. Select the Palette you want to edit from the ‘Palette’ drop-down menu, then click Edit to unlock the Palette for editing.
Refer to the documentation on Painting on Tilemaps for the shortcuts and functions of the Palette tools which are available for editing the Palette as well.
You can convert an existing Prefab to a Palette Asset, so that you can use it in the Tile Palette window. To do this, the Prefab must not already be a Palette Asset, and it must have a Grid component on its topmost GameObject.
To convert a Prefab, drag and drop it onto the Tile Palette toolbar (highlighted in the image above). The Editor automatically converts it to a Palette Asset, and adds a Grid Palette Asset. The new Palette Asset has the same name as its source, and you can select it from the Palette drop-down menu.
The Tile Palette can display icons (Gizmos) over the current Palette Asset, to help you visualize specific criteria. For example, you can add a Gizmo that displays a special icon for Tiles that contain no Sprites.
To display the default Unity and the Palette Asset’s Gizmos on the Tile Palette, enable the Gizmos toggle (highlighted in the image above). The Tile Palette immediately displays any component with MonoBehaviour.OnDrawGizmos() in the Palette Asset.
To add a component with DrawGizmo to the Palette Asset:
Select the Palette Asset in the Project window.
Open the Palette Asset in Prefab Mode.
Add the component while in Prefab Mode.
Save the Asset while in Prefab Mode.
Exit Prefab Mode.