Skip to content

Anyway2323/Voxelman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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.

System requirements

  • Unity 2018.2 or later

How to play with this project

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.2%
  • ShaderLab 6.8%