Firstborn/Library/PackageCache/com.unity.terrain-tools@4.0.5/Documentation~/toolbox-export-heightmaps.md
Schaken-Mods 4ff395c862 Finished the NPC Creator tool
Finished the NPC Creator tool
2023-04-27 18:37:28 -05:00

16 lines
1.2 KiB
Markdown

# Export Heightmaps
The **Export Heightmaps** tool lets you export height data from multiple Terrain into textures, and provides some additional settings.
![](images/4-35-toolbox-export-heightmaps.png)
| **Property** | **Description** |
| ------------------------ | ------------------------------------------------------------ |
| **Export Folder Path** | The directory path to export heightmap textures to. |
| **Heightmap Format** | Displays the texture format. Unity currently supports PNG, RAW, and TGA file format for heightmaps. |
| **Heightmap Depth** | Select 16 bit or 8 bit. |
| **Heightmap Byte Order** | Select Windows or Mac. |
| **Levels Correction** | Remaps the height range prior to export. Similar to Input Levels in Photoshop, this makes bright areas brighter, and dark areas darker. |
| **Flip Vertically** | Flips Terrain heights vertically, which is useful when you need to import heightmaps into external software. |
| **Export Heightmaps** | Click this button to export heightmaps from selected Terrain in the Scene or Hierarchy. |