An open API service indexing awesome lists of open source software.

https://github.com/tomarus/unity-terrainlib

Unity3D Terrain Generator Library
https://github.com/tomarus/unity-terrainlib

Last synced: 11 months ago
JSON representation

Unity3D Terrain Generator Library

Awesome Lists containing this project

README

          

Unity3D Terrain Generator Library
=================================

This is a Unity3D terrain generator library using Square/Diamond, Perlin Noise and other algorithms to create random terrains.

This project was originally created as a [Cities: Skylines mod](https://github.com/tomarus/cs-terraingen). This library is still a WIP and mainly started as a personal educational project. Cities: Skylines is a great game too and can be modded & debugged heavily.

To compile this library, simply clone the source in your Assets/Plugins folder in Unity3D. For usage refer to the [Cities: Skylines mod](https://github.com/tomarus/cs-terraingen).

More documentation and examples will follow.