Coder Social home page Coder Social logo

voxelman's Introduction

Voxelman

Voxelman by fengxiaorui

Original project by keijiro: https://github.com/keijiro/Voxelman

Try to modify it to fit the lastest Entities 0.0.12-preview.24

Error Fixed Log

Entities package import error: Assembly has reference to non-existent assembly 'Unity.PerformanceTesting'

Manually add it to the manifest.json::"com.unity.test-framework.performance": "0.1.49-preview"

error CS0234: The type or namespace name 'Rendering' does not exist in the namespace 'Unity'

Add 'Hybird Renderer package' in the Unity Package Manager, it will automatically generate the dll files

error CS0115: 'VoxelBufferSystem.OnCreateManager(int)': no suitable method found to override

Just remove the input params and the error is gone

error CS0246: The type or namespace name 'MeshInstanceRenderer' could not be found

Replace all 'MeshInstanceRenderer' with 'RenderMesh' will fix it

error CS0246: The type or namespace name 'TransformMatrix' could not be found

Replace 'TransformMatrix' with 'Position' and 'Scale' component

several interface update to lastest form

See the git change log for detail infomations


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.

voxelman's People

Contributors

keijiro avatar sharpwind612 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.