Skip to content

lischilpp/unity-voxel-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Voxel Engine

A voxel engine written in C# using Unity3D

🗺️ Navigation

🖼️ Screenshots

screenshot1 screenshot2

📋 Features

  • Fixed size spherical chunk loading
  • Support for transparent materials (like glass) and connected blocks (like water)
  • Different block types
  • Terrain generator from noise
  • Place and destroy blocks (right and left click)
  • Fast block destroying (press and hold f key)

📦 Getting Started

  1. Clone this repository and open it in Unity3D
  2. Open the scene "Main" from Assets
  3. Press play and have fun!

📝 License

This project is licensed under the MIT License - see the LICENSE file for details