Skip to main content
Notice removed Authoritative reference needed by CommunityBot
Bounty Ended with no winning answer by CommunityBot
Notice added Authoritative reference needed by Dhaval Patel
Bounty Started worth 50 reputation by Dhaval Patel
Clarifying & formatting
Source Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

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?

I am new for in unity Terrain height map. I will get N24E054.hgt file from dds.cr.usgs.go the website and corresponding SRTM file from Google Map in SRTM hdr, tfw and tif file provided I want to import this high definition terrain data in unity terrain. In unity, terrain can only import Raw representation of data. Give me step for how to import hgt file data to unity terrain.

I am new to using Terrain height maps in Unity.

I'm trying to use real-world terrain height data, using 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 into a Unity terrain. 

In Unity, it seems like terrain can only import Raw data representation.

How can I use an hgt file to shape a Unity Terrain?

Source Link

SRTM data represented in 3D using Unity Terrain

I am new for in unity Terrain height map. I will get N24E054.hgt file from dds.cr.usgs.go the website and corresponding SRTM file from Google Map in SRTM hdr, tfw and tif file provided I want to import this high definition terrain data in unity terrain. In unity, terrain can only import Raw representation of data. Give me step for how to import hgt file data to unity terrain.