Delt06 / voxel-terrain

🧱Minecraft-like voxel world made with Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxel Terrain

Screenshot

A technical demo of voxel world Unity implementation. Heavily relies on URP, Jobs, and Burst Compiler.

Implemented with Unity 2020.3.0f1

Core Features

  • Basic chunk generation
  • Naive greedy meshing
  • Global illumination
  • Liquids

External Dependencies

Further development

a.k.a. TODO:

  • Decouple from DI Framework
  • Persistence (allows saving worlds)
  • Slabs, fences, flowers, torches, etc.
  • Improve liquids meshing (by making it smooth)
  • Optimize memory consumption
  • Proper water/lava interaction
  • Improve character controller

Useful Links

About

🧱Minecraft-like voxel world made with Unity.

License:MIT License


Languages

Language:C# 64.9%Language:ShaderLab 29.1%Language:HLSL 6.0%