A
A
artshelom2019-06-10 11:02:05
Unity
artshelom, 2019-06-10 11:02:05

How to make a heightmap in unity?

I have about 40 million points to build a plane and the shape is roughly a rectangle. But unity only allows you to make max 4096x4096 Is there another way to make a height map? or use non-terrain, what if he fails?
terrainData.SetHeights(0,0, heights);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Gaydak, 2019-06-10
@MrMureno

https://docs.unity3d.com/Manual/terrain-CreateNeig...
a modern version of the unity and these are adjacent tiles for terrains.
In one to shove such a resolution - it simply does not make sense. then there will be only problems with optimization, therefore they didn’t even bother with a height map of more than 16 million points. (4k resolution).
dynamic loading, transitions between locations. who needs problems with friezes and subplots, or a flight from memory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question