Importing a heightmap into Unity

Hello,

I am trying to import this heightmap of Europe into Unity, but when I do, I get this

What am I doing wrong? It's in RAW format, I converted it from jpg to RAW using L3DT, and it was fine in that editor. What do I need to do to get it looking normal?

Thanks

3 Answers

3

Could be wrong size (must be power of two + 1) or importing using wrong byte order.

Should be 16-bit RAW. Photoshop saves them fine.

I'm experiencing the same issue as Tristan. .RAW heightmaps just not working properly at all.

save as non interleaved, interlaeaved does exactly that. look at your raw by opening it back into photoshop

Have a look here: How to use Height Maps - Unity Answers