Mansitos / Tile-Based-Terrain-Generation-System

A simple grid-based terrain generation prototype for Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid-Based Terrain Generation System for Unity3D

⚠️ Work In Progress

In this repository, you can find a prototype of a terrain generation system for simple grid-based terrains (built with unity tilemap grid system).

This system can be used as a foundation or starting point for games that require this type of terrain, such as city builders, RTS games, and tower defense games.

The system randomly generates terrain proprerties and save them in tilemaps (each tile will have a certain property)

👉🏻 Youtube Demonstration Video 👈🏻

Image Image Image

🏔️Randomised and Customisable Generation for Terrain Height-Tilemap

Example: green = plains, blue = deep water, grey = mountains... etc...

Image

🌳Randomised and Customisable Generation of Forests-Areas-Tilemap

Image

🌳 Randomised and Customisable Generation/Spawning of Forest

Image

🔍 Different Details Levels

Image

🏔️ Terrain Mesh Generator

Image

About

A simple grid-based terrain generation prototype for Unity3D


Languages

Language:C# 100.0%