Monat: Jänner 2017

Terrain Generator For Unity – Step 2

In this step we will create the basic terrain. We will generate a height map which Unity will convert into a terrain map. A height map is basically a two dimensional array of floats where each position represents the height (between 0 and 1) of the terrain at that position. The final height of the…


Terrain Generator For Unity – Step 1

In this tutorial we will build a terrain generator for Unity 3D. The terrain generator will have the following features: It will work in the editor as well as at runtime. It will be able to create virtually endless terrains. It will not only create the terrain but also ground textures, grass and trees. It…