Terrain tools
Raise or Lower Terrain

Create Neighbor Terrains

The Create Neighbor Terrains tool allows you to quickly create adjacent Terrain tiles, which automatically connect. In the Terrain Inspector, click the Paint Terrain icon, and select Create Neighbor Terrains from the list of Terrain tools.

Create Neighbor Terrains tool in the Terrain Inspector
Create Neighbor Terrains tool in the Terrain Inspector

When you select the tool, Unity highlights areas around the Terrain tile your cursor is on, indicating spaces where you can place a new connected tile. Click any of the available spaces to create another Terrain tile. The Editor creates the new Terrain tile in the same group as the selected Terrain, and copies over the settings of the tile it connects to. It also creates a new TerrainData Asset.

Spaces where you can create new Terrain tiles
Spaces where you can create new Terrain tiles

By default, Unity enables Auto connect in the Terrain Settings of a Terrain tile. When Auto connect is enabled, the Terrain system automatically manages the connections between neighboring Terrain tiles, and a tile automatically connects to any neighbors with the same Grouping ID.

You might lose connections between tiles if you change the Grouping ID, or disable Auto connect for one or more tiles. To automatically re-create connections between Terrain tiles, click the Reconnect button. Reconnect only connects two adjacent tiles if they have the same Grouping ID, and both tiles have Auto connect enabled.

Terrain Settings for a Terrain tile
Terrain Settings for a Terrain tile

Connecting Terrain tiles in a group allows you to use other tools to paint textures or adjust the heightmaps of that group in a seamless way. At run time, the Terrain system automatically blends the tessellation and normal map of connected tiles to ensure they appear as a single piece of Terrain, without seams or artifacts due to divergent normals.

If you attempt to paint across two unconnected tiles in a single stroke, Unity treats them as separate tiles, so any effects you apply might appear only on one tile, or display differently on each tile.


  • 2019–01–29 Page amended with editorial review

  • Updated functionality in 2018.3

Terrain tools
Raise or Lower Terrain