I am new for in unityto using Terrain height map. I will get N24E054.hgt file from dds.cr.usgs.go the website and corresponding SRTM file from Google Mapmaps in SRTM hdrUnity.
I'm trying to use real-world terrain height data, tfw and tif file providedusing sources including:
- The US Geological Survey (files like N24E054.hgt)
- Google Maps (SRTM hdr files, tfw files, and tif files)
I want to import this high definition terrain data in unityinto a Unity terrain.
In unityUnity, it seems like terrain can only import Raw representation of data representation. Give me step for how to import
How can I use an hgt file data to unity terrain.shape a Unity Terrain?