Version: 2023.2
Language : English
Essential tilemap steps and tools
Active brush shortcuts reference

Active brush

The active brush is the current brush you are using to paint on a tilemapA GameObject that allows you to quickly create 2D levels using tiles and a grid overlay. More info
See in Glossary
. The active brush controls the behavior and properties of picked tiles as you paint on a tilemap.

You use the Default Brush by default when you open the Tile Palette editor. You can select other types of brushes from the brush type dropdown menu in the Brush Inspector window. Each of these brush types have different behaviors and uses. Refer to the 2D Tilemap Extras package documentation for more information and API examples.

After selecting tiles from the tile palette, you can then paint on the tilemap with the active brush. The Tile Palette editor displays a brush preview at your cursor in the SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
view, which displays how the tile will appear before you paint it on the tilemap.

Brush preview

This brush preview helps you visualize the placement and orientation of your tiles before you paint them onto the tilemap. You can use several shortcuts to change the orientation or position of the active brush, which changes the orientation or position of the tiles you paint with that brush. For a list of these shortcuts, refer to the Active brush shortcuts reference.

Note: When painting with multiple tiles selected, the brush preview can change as the cursor hovers over neighboring rows or columns. This effect is more pronounced when painting on Hexagonal Tilemaps.

Unity displays a preview of the picked tile at the cursor in the Scene view.
Unity displays a preview of the picked tile at the cursor in the Scene view.

Additional resources

Essential tilemap steps and tools
Active brush shortcuts reference