Skip to content

sinper0079/Voxelman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxelman

gif gif

Voxelman is an example that shows how to use the new Entity Component System with Unity in an extreme way. Each voxel in the scene is instantiated as an entity, and controlled by component systems. It also utilizes the C# Job System, the Burst Compiler and the asynchronous raycast to hit the maximum efficiency of multi-core processors.

How to play with this thing

Download the beta Editor

This example requires the beta build of Unity Editor. Please see the "What is in the build" section in README of the ECS repository.

Submodules

This repository uses Git submodules to manage UPM (Unity Package Manager) packages. If you know Git well and how to deal with submodules, simply clone this repository and do submodule init & submodule update in it.

If you're not sure what Git submodule is, download the contents of this repository from zip download link. After extracting the zip file, download and extract the following packages into the Packages directory.

About

Unity ECS + C# Job System example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.2%
  • ShaderLab 6.8%