finds.dev← search

// the find

VoxelPlugin/VoxelPluginFreeLegacy

★ 1,728 · C++ · updated Mar 2026

Voxel Plugin Legacy for Unreal Engine

This is the legacy/free tier of Voxel Plugin for Unreal Engine — a C++ plugin that adds destructible, editable voxel terrain using the Transvoxel algorithm for smooth mesh generation. It targets game developers who want Minecraft-style or No Man's Sky-style terrain in UE5 without paying for the pro version. The repo is in maintenance mode; active development has moved to the paid product.

The Transvoxel implementation is solid and battle-tested — smooth LOD transitions without the seam artifacts that plague naive marching cubes. The example content is genuinely useful: caves, planets, ring worlds, multiplayer setups, and importers from MagicaVoxel and heightmaps cover the real use cases developers actually hit. It compiles on UE 5.6 and 5.7 as of March 2026, which is more than you can say for most community UE plugins. The node-graph-based generator system lets designers author procedural terrain without writing C++.

This is explicitly legacy software — the README is four lines and points you to a marketplace page for binaries. There is no documentation in the repo, no architecture notes, no API reference. If something breaks you are reading 50k lines of C++ with minimal comments. The free/pro feature split is never clearly documented here, so you will discover the hard ceiling on features only after building on top of it. Multiplayer support exists but the examples are manually-synced deltas over TCP — there is no authoritative server model, so shipping a real multiplayer game with this requires significant additional engineering.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →