Exporting terrain objects with FBX?,Is there a way to export a terrain object to FBX format?

Looking for a way to get a terrain object out of Unity 2017.2.0f3 and into Max for detailed edit. It does not need to maintain all the editing abilities specific to the Terrain type game objects, just need the mesh. Thanks

Hi, There is an exporter script available at Unity Community (HERE) to export the Unity terrain to obj format. You need to place the script in an editor folder with file name as ‘ExportTerrain.cs’. Follow the usage insturction in the document to know more.

Hope it helps!