Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.07 KB

unity-voxel

A small voxel-like cube-based sandbox VR game that supports multiplayer, using the Mirror networking Framework.

Screenshots

VR Disabled version (novr branch)

unity-voxel

VR Enabled version (vr branch)

Blocks

Blocks

Building a small dirt house

Building a small dirt house

3 Player multiplayer session

3 Player multiplayer session

Features

  • Infinite Terrain
  • Player Block Interaction
  • Chunk Based Generation
  • VR Support
  • Distance based Interest Management

Currently supported VR sets

  • MockHMD
  • Oculus
  • OpenVR

Building

Check the Releases to obtain a binary, or just clone this and add it to Unity (2019.4.8f1) and Build.

Dependencies

  • Unity VR Toolkit
  • Mirror Networking (Included)