Adds an editor tool to convert your Unity terrain into a mesh to either add it to the scene or to export it as an OBJ file.
The tool can be found in the Menu bar in: Tools / iffnsStuff / TerrainToMeshConverter
Supports
- Add as mesh to scene
- Export as .obj
- UV map generation
- Skipping points to reduce mesh size
Sacc Additions:
- Export meshes along with terrain
- Export only meshes
- Multiple terrains
Does not support
- Texture maps
- Automatic addition of the lost edge points which occur depending on the skip interval
Download the repo and place it in your Unity project.
