Version: Unity 6 Preview (6000.0)
Language : English
Tile Palette editor reference
Physics 2D Reference

Brush Inspector window reference

You can use the Brush InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary
to change the current active brush and its properties.

The Brush Inspector window is at the bottom of the Tile Palette editor window. To minimize or expand the Brush Inspector, select the Brush Inspector visibility toggle at the upper right corner of the window, or drag the edge of the Brush Inspector window.

Select the brush type for the active brush from the dropdown menu (highlighted below) from one of the available brushes provided by the 2D Tilemap Extras package.

The brush type dropdown (highlighted).
The brush type dropdown (highlighted).

Refer to the Scriptable Brushes’ documentation for more information on their specific properties and usage.

Control Description
Brush type dropdown Select the active brush’s brush type from the available options.
Default Brush The default brush with the default properties.
GameObject Brush Select this brush to instance, place and manipulate GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
onto 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.
Group Brush Select this brush to pick tiles which are grouped together according to their position and set properties.
Random Brush Select this brush to place random tiles onto a tilemapA GameObject that allows you to quickly create 2D levels using tiles and a grid overlay. More info
See in Glossary
from a Tile Set you define. For more information about the brush and how to define a Tile Set, refer to the Random Brush documentation in the 2D Tilemap Extras package.
Line Brush Select this brush to draw a line of tiles onto the tilemap.

Default Brush properties

The following properties are visible by default when you select the Default Brush. Some properties are common to all brush types.

Property Description
Script Displays the assigned script asset that provides a fixed set of APIs for painting on tilemaps. The default is GridBrush. You can use or create your own Scriptable Brushes, which then become available from the dropdown menu. The Script property updates to reflect the current active brush.
Flood Fill Contiguous Only Enable this property to have the Flood Fill tool only affect tiles on a tilemap which are both the same as the targeted tile and are contiguous to each other from the targeted position. When disabled, Flood Fill will change all tiles which are the same as the targeted tile on a tilemap regardless of their position. This only affects the Default Brush.
Lock 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 Lock Z Position is disabled. 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.
Reset Select to reset the z-position value back to zero.

GameObject Brush properties

The following properties are visible only when you select the GameObject Brush. For more information about the brush and how to use it, refer to the GameObject Brush documentation in the 2D Tilemap Extras package.

Property Description
Cell Displays the positions and details of the element(s) contained in this brush in a linear array. This is non-interactable and you can’t change or add to the properties in this section.
Size Set the brush size by specifying the X, Y, and Z values in cells for each axis.
Pivot Set the pivot coordinates to define the brush’s rotation point.
Anchor Set the anchor coordinates of the cells that decide where in the cells the brush places GameObjects when you paint with it.

Group Brush properties

The following properties are visible only when you select the Group Brush. For more information about the brush and how to use it, refer to the Group Brush documentation in the 2D Tilemap Extras package.

Property Description
Gap Set the brush’s search radius. The value you set specifies the number of cells along each axis the brush search will scan. The brush then repeats the scan from each selected tile until the Limit value is reached.
Limit Set the brush’s total range. The value you set specifies the number of cells around the initial picked position. The brush value represents the maximum number of cells from the point of origin that the brush search will scan.

Random Brush properties

The following properties are visible only when you select the Random Brush. For more information about the brush and how to use and define Tile Sets, refer to the Random Brush documentation in the 2D Tilemap Extras package.

Property Description
Pick Random Tiles Enable this property to pick the tiles from the current selection as a random Tile Set.
Add To Random Tiles Enable this property to add the picked Tile Sets to existing Tile Sets instead of replacing them.
Tile Set Size Set the size of the Tile Set that this brush paints.
Number of Tiles The number of Tile Sets that this brush paints.

Line Brush properties

The following properties are visible only when you select the Line Brush. For more information about the brush and how to use it, refer to the Line Brush documentation in the 2D Tilemap Extras package.

Property Description
Fill Gaps Enable to have Unity create orthogonal connections between all tiles that connect the start and end of the line painted.
Line Start Set the coordinates of the starting point of the line.

Additional resources

Tile Palette editor reference
Physics 2D Reference