I had a slow day at work and spent most of the time trying to find out how to create a heightmap that I can import into Unity, preferably from a DEM file.
I found a great tutorial that let you take any DEM file and create a heightmap from it that you can import into Unity. It's a bit of a hassle, but for those of you who want to give it a try you can find the tutorial here: http://www.scribd.co...ghtmap-Tutorial
One thing though... you need to somehow make your overhead match the heighmap perfectly and that's a PITA!!!
I used Global Mapper and zoomed into the area I wanted to use. Added the world data and grabbed a screenshot, closed that layer and made another screenshot of the terrain. I then imported the DEM in to MicroDEM and zoomed in to the same area and changed the size of the window to make it match the screenshot from Global Mapper as closely as possible. After that I created the heightmap image and saved as a GEOtiff.
Then I went to Photoshop, opened up the two screenshots and the GEOtiff, pasted them into separate layers and alligned them. Then I cropped the image and resized to 2049x2049 pixels and save the overhead as a jpeg, the heightmap I converted to 16-bit grey scale and saved as a Photoshop RAW.
After that I went back to Global Mapper and opened up the DEM, zoomed to the area I want to use and loaded the wold data image and measure the distance between the edges of my overhead. Then I created topolines and checked the difference in height between the lowest and the highest part of the area.
Now I start Unity, create a new project, create Terrain and set to the measurement I got from Global Mapper, Import RAW-file. Next I imported the Overhead as a new Asset, switch to textures and created a new texture with my overhead and set the size to the same as my plot.
Added a directional light object and voíla...
As I said, a pain in the behind, but worth it if you want to work with terrain from a DEM and don't want to wait for the Terrain importer to be released...
And yes, that's my nemesis... Castle Pines Golf Club...