Introduction

beginner start here

Voxel Play 3 · Start Here

Voxel Play 3 hero image

Voxel Play 3 is a complete voxel engine framework for Unity that lets you create infinite, procedurally generated sandbox worlds. Built around highly optimized mesh generation, texture arrays and GPU instancing, it delivers vast environments that run on desktop, mobile, WebGL and VR platforms.

Key Features

  • Infinite procedural worlds — multi-biome terrain generation with caves, vegetation, ores and water
  • MicroVoxels & Slabs — sub-voxel detail for furniture, decorations and smooth terrain
  • Custom voxel types — cubes, models, torches, doors, connected voxels and more
  • Built-in FPS controller — walk, jump, swim, fly, build and destroy with inventory UI
  • Loading & saving — persist worlds to disk with efficient binary format
  • Multiplayer — Mirror networking integration with sample project
  • Modding support — create and distribute content packs
  • Full C# API — voxel operations, queries, events and terrain manipulation
  • Origin Shift — float-precision-safe infinite worlds
  • See-Through — transparent voxels for interior visibility
  • Connected textures & voxels — seamless visual transitions between blocks
  • Curved world shader — stylized horizon curvature effect
  • NavMesh & agents — AI pathfinding on voxel terrain
  • Editor tools — world editor, cube creator, noise viewer, Qubicle importer

Requirements

RequirementDetails
Unity version2022.3 LTS or later
Render pipelinesBuilt-in Render Pipeline, Universal Render Pipeline (URP)
Shader Model3.5 minimum (SM 4.5+ recommended)
PlatformsWindows, macOS, Linux, iOS, Android, WebGL, VR (Quest 2+)
.NETStandard 2.1 / .NET Framework

Package Contents

When Voxel Play is imported into Unity, the following folder structure is created:

Voxel Play folder structure

  • Demos — playable sample scenes including the Earth world with biomes, items and generation options
  • Documentation — offline guides and references
  • Editor — Unity Editor scripts (excluded from builds)
  • Resources — materials, shaders and textures used by the engine
  • Scripts — full C# source code for terrain generation, physics, rendering and utilities

Next Steps

Was this page helpful?