Realtime Infinite Procedural Terrain Generation in Unity

Some stuff we are working on in my 4th year game engines class. A tile based infinite, procedural terrain generation system for Unity. These are some of the worlds the system generates. There worlds are coloured with shaders where the vertex colour is determined by height and another example where the height maps onto HSV colour. The landscapes are generated by adding Perlin noise functions together at different resolutions. There is also an example of a mountains and valleys world, that is generated by “flattening” the noise in the middle.

Code here:

https://github.com/skooter500/GE1-2018-2019

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s