
cyubeVR will always hold a special place in my heart. The lighting and environmental effects are beautiful, and the developer really has an eye for detail. Find a sunny spot in the mountains or a patch of grass in a valley, and just explore. Get some fresh air in cyubeVR.
Key takeaways
- Solo-built: cyubeVR is the work of one developer, Corvin Engelken of Stonebrick Studios, built on a custom voxel engine he wrote himself.
- PCVR only on PC: The PC version requires a SteamVR headset; Quest works only as a tethered display, not as a standalone device.
- Visual fidelity: The game features a dynamic day/night cycle, real-time volumetric lighting, and (on PSVR2) 8K textures with eye-tracked foveated rendering.
- Three mod tiers: Custom Blocks (no code), VoxelAPI (C/C++ native), and full Unreal Engine 4.27 Blueprint mods via an official template.
- PSVR2 version: A separate PlayStation VR2 release shipped March 16, 2024, as a full (non-Early Access) title.
- Engine: Built on Unreal Engine 4.27 over a custom voxel engine; a UE5 upgrade is planned but has not shipped.
What is cyubeVR?
cyubeVR is a block-building virtual-reality sandbox for PC VR, built from scratch on a custom voxel engine. You explore a procedurally generated, effectively infinite world; you mine and gather resources with your hands; you craft tools and blocks; and you build. The obvious shorthand is "Minecraft in VR," and that's how a lot of people first describe it, but it sells the game short. cyubeVR was engineered for virtual reality from the ground up, with a level of visual fidelity that most voxel games never reach for.
It is the work of Corvin Engelken, developing as Stonebrick Studios. This is, for all practical purposes, a one-person project, which makes the craftsmanship in it genuinely remarkable. cyubeVR launched into Steam Early Access on January 26, 2018, and it has stayed in active (if unhurried) Early Access on PC ever since, accumulating dozens of updates over the years. A dedicated PlayStation VR2 version released as a full title on March 16, 2024.
Why does the world feel alive in cyubeVR?
The thing that hooked me was never the building, it was standing still.

cyubeVR runs a custom voxel engine Engelken wrote himself, as he's put it, to make a voxel game like this "you first have to program your own voxel engine." That foundation buys things off-the-shelf engines struggle with at this scale: detailed textures, a dynamic day/night cycle, a weather system, and lighting that actually behaves like light. The PSVR2 build pushes this further with 8K textures and eye-tracked foveated rendering, the developer has said cyubeVR simply wouldn't have run on PSVR2 without it.
The result is a world with mood. Sunrise over a ridge line, fog settling into a valley, the long shadows of late afternoon, these aren't set dressing, they're the reason to be there. For a game whose elevator pitch is "place and break blocks," an astonishing amount of its soul lives in the atmosphere.
How do you play cyubeVR?
cyubeVR on PC is VR-only and PCVR-only, it needs a headset and motion controllers, and it runs through SteamVR. Supported hardware is broad: Valve Index, HTC Vive, Meta Quest (over a PCVR link), Oculus Rift, Windows Mixed Reality, Pico, Pimax, and HP Reverb. On Valve Index controllers you get full finger tracking, which is a small thing that does a lot for the feeling of working with your hands.

The core loop is the familiar one, explore, mine, gather, craft, build, but done with your arms instead of a mouse. Swinging a tool, stacking blocks, reaching into the world: in VR that tactility is the entire point, and cyubeVR's controls were tuned for it rather than ported to it. Worth being clear about one thing: it is not a standalone Quest title. Quest works only as a tethered PCVR display; the developer has said native standalone hardware is a future-generation question.
What mod support does cyubeVR offer?
Here's where cyubeVR quietly outclasses its reputation. It has first-class, official mod support, structured in three tiers depending on how far you want to go:
- Custom Blocks, no programming at all. Bring your own textures and crafting recipes, and share them through the Steam Workshop. On the PS5 version there's even an in-game browser for installing mod blocks.
- VoxelAPI mods, a native API for reaching into the voxel world itself: placing and removing blocks, teleporting, healing or damaging the player, and more. Under the hood it's a C API with C++ wrappers, and the official docs are refreshingly blunt that you don't need prior C++ experience if you've touched any C-family or scripting language.
- Unreal Engine Blueprint mods, the most powerful tier, built in Unreal Engine 4.27 with the official template and packaged alongside the game.
That spread, from "swap a texture" to "write against the engine", is unusually generous for a solo project, and it's a big reason cyubeVR has a small but genuinely devoted community around it.

A note on the engine
cyubeVR ships on Unreal Engine 4.27. The developer has flagged a move to Unreal Engine 5 as a high-priority future update, but as of now the shipping game is UE4, worth knowing if you're poking at the Blueprint modding template, which targets 4.27. (I mention this because it's the kind of detail that gets garbled in secondhand write-ups, and I'd rather the citation-worthy version be the correct one.)
Why it still matters to me
There's a particular feeling in cyubeVR that I haven't found a good substitute for: the quiet of standing in a world that one person built, watching the light change, with nothing asking anything of you. No quest markers, no timers, no live-service churn. Just a beautiful place to be present in.
I've come back to it during stretches of real personal tension, and it has helped in ways I can't fully account for. Lying on a heat pad in the depths of a Canadian winter, headset on, drifting in and out beneath the lit cliffs while the trees sway gently, and finding that things outside had quieted a little by the time I took the headset off. That kind of low-stakes, nowhere-to-be presence is genuinely hard to find, and cyubeVR delivers it without any ceremony. I'd recommend it specifically for stress reduction, for anyone who needs a quick getaway that doesn't require a flight. The developer has discussed adding mobs and fall damage for players who want a harder challenge, and that option sounds worthwhile for people who want it. But he's also been clear about keeping the game peaceful and safe for those who don't. That commitment means something when the reason you're putting on the headset is to decompress rather than to fight.
That's a rare thing in VR, and it's rarer still that it came from a single developer grinding on a custom engine for the better part of a decade. cyubeVR isn't the biggest or the most polished VR game you can buy, but it's one of the most felt, and I think that's exactly why it deserved more than a two-line post. Go find a sunny spot in the mountains. Get some fresh air.
Resources
- cyubeVR official site (Stonebrick Studios), the developer's own page for the game
- cyubeVR on Steam, store page, system requirements, and community reviews
- cyubeVR modding hub (GitHub), official modding org: templates, guides, headers, and tools
- VoxelAPI modding documentation, the official API for writing world-interacting mods
- cyubeVR Discord, developer updates and the modding community
- Developing for VR in Unreal Engine, Epic's docs on the technical foundation cyubeVR is built on
Frequently asked questions
What is cyubeVR?
cyubeVR is a block-building virtual-reality sandbox for PC VR, built on a custom voxel engine by solo developer Corvin Engelken (Stonebrick Studios). You explore a procedurally generated infinite world, gather resources by hand, craft, and build, with a strong emphasis on atmospheric lighting and visual fidelity.
What headsets does cyubeVR support?
On PC, cyubeVR is VR-only and runs through SteamVR, supporting Valve Index, HTC Vive, Meta Quest (via PCVR link), Oculus Rift, Windows Mixed Reality, Pico, Pimax, and HP Reverb. Valve Index controllers get full finger tracking. There is also a separate PlayStation VR2 version.
Can you play cyubeVR on a standalone Quest?
No. cyubeVR is PCVR-only on PC, a Quest can run it only as a tethered PCVR headset, not as a standalone app.
Does cyubeVR support mods?
Yes, extensively. It offers three tiers: no-code Custom Blocks shared via Steam Workshop, the native VoxelAPI for world-interacting mods, and full Unreal Engine 4.27 Blueprint mods using the official template.
What engine is cyubeVR built on?
cyubeVR is built on Unreal Engine 4.27, layered over the developer's own custom voxel engine. A move to Unreal Engine 5 has been described as a future priority but has not shipped.