Everything in Hytale Update 6 — and how to play it today

Hytale Update 6 isn’t out — it’s been in pre-release since 28 May, now Part 7. Gyro controls, the Color Tool, and how to play it today.

Share
Everything in Hytale Update 6 — and how to play it today
Patch notes · 16 July 2026

Everything in Hytale Update 6 — and how to play it today

Hytale Update 6 has not been released. It has been in pre-release since 28 May 2026, and the latest instalment, Part 7, landed on 9 July. That is seven weekly patches and counting, none of which you get automatically.

You can play all of it right now. Launcher → Settings → Pre-Release. That one toggle is the difference between sitting on Update 5 from 26 May and having gyro aiming, a Color Tool, and a substantially rebuilt Trigger Volume system. Below is everything Hypixel has shipped into the Update 6 branch so far, in the order that actually matters.

Gyro controls (Part 7, 9 July)

The headline of the newest patch: Hytale now has gyroscope support for controllers. If you have a gyro-capable pad — a DualSense, a Switch Pro — you can enable motion controls in the Controller settings and aim the camera by tilting the controller.

This lands two months after controller support itself arrived in Update 5, and it is a bigger deal than it sounds. Gyro aiming is the thing that makes pad aiming competitive with a mouse in a first-person game, and it is a prerequisite anyone would want in place before a handheld conversation gets serious. Hypixel still has no answer on the Steam Deck — they say Hytale should run on it on paper, but have not tested it and lack input mappings and small-display UI. Gyro support does not change that. It does mean one more box quietly got ticked.

The Color Tool (Part 4, 18 June)

A new Creative Mode tool, found under Specialized Tools in the Creative Inventory, with three modes:

  • Coloring — replaces the blocks you aim at with another block, and can preserve shape variants while doing it.
  • Gradient — paints smooth colour transitions across an area.
  • Shading — applies lighter and darker tones based on a chosen light source, a surface angle, or a custom palette.

Shading mode is the interesting one. Hand-shading a large build to fake a light source is the kind of job that eats an evening; handing it to a tool that understands surface angle is the difference between a build looking flat and looking lit. Paired with Block Palette Presets from Part 1 — save a palette, reuse it — this is a real week of quality-of-life for people who build.

A wide Hytale landscape with a river, autumn trees and built structures, seen from the air in Creative Mode
Creative Mode, where the Color Tool lives. Hytale has published no image of the tool itself — the Update 6 patch notes are text only. Source: Hytale, “Hytale Creative Mode”

The Trigger Volume Tool got substantially bigger (Parts 4 and 6)

Update 5 shipped the Trigger Volume Tool for scripting encounters without code. Update 6 is where it stops being a demo.

Trigger Volumes in a Hytale workshop scene, drawn as translucent coloured boxes labelled PumpFuel, TalkToTechnician, RepairableEngine and TurnONOFFServiceLight
This is what the tool actually looks like: volumes drawn as translucent boxes, each one named for what it does — PumpFuel, TalkToTechnician, RepairableEngine, TurnONOFFServiceLight. No code anywhere. Source: Hytale, Update 5 patch notes

Part 4 made a single volume able to hold multiple independent rule sets on the same event — group conditions and effects by giving them a shared Entry number. It also added two event types: On Block Used, which fires when a player interacts with a door, lever or chest, and On Entity Died.

Part 6 added an On Volume Create trigger, and an “Always active” option that persistently applies effects to anything inside the volume:

  • Creative Placement — players inside can place blocks they carry as if in Creative Mode.
  • Damage Multiplier — all entities, or particular ones, take increased or decreased damage.
  • Fly — players inside can fly as if in Creative Mode.
  • No Build — prevents block placement.

Read that list as a server admin rather than a player and it changes shape. Creative Placement, Fly and No Build inside a defined region, without a plugin, is the spawn-protection and build-plot toolkit that a Minecraft server would install three Java plugins to get. Hytale is shipping it in the base game, configurable in-world, no code. That is the server-side-first philosophy showing up as actual features rather than a mission statement.

Builder Tools escape Creative Mode (Part 4)

A modder-facing change with player-facing consequences: you can now enable Builder Tools outside Creative Mode. Set SurvivalAllowed: true in a tool’s asset JSON and grant players the matching permission (hytale.editor.tool.entity and friends).

Which means a survival server can hand specific builder tools to specific people without switching anyone’s game mode. Again: JSON and a permission, not a plugin.

World-Gen V2 is quietly being built underneath (Part 2)

Hytale’s world generator: a voxel landscape on the left, the node graph editor wired up on the right
The World-Gen graph, as Hytale showed it: landscape on the left, the node editor that produced it on the right. Update 6 Part 2 added the in-dev Graph System to World-Gen V2. Source: Hytale, “The Future of World Generation”

Part 2 added the in-dev Graph System to World-Gen V2, alongside a long list of primitives — WhiteNoise Density, Transparent MaterialProvider, DirectionalJitter and VectorOffset positions, Anchor PropDistribution, and a stack of VectorProviders (Adder, Cross, Multiplier, Normalizer, Random, ScalarMultiplier, SetX/Y/Z, Subtracter, VectorProjector).

None of this does anything for you today. It is scaffolding for the world generator Hytale wants rather than the one it has, and it is explicitly marked in-dev. Worth knowing it is happening, because when it lands it is the kind of change that alters what the game looks like.

Hytale NPC behaviour configuration shown as JSON, with fields for ChangeOver, WeightCoefficient and Conditions over a dark scene
NPC behaviour in Hytale is configuration, not code — weights, conditions, switch points. Which is why an NPC template change lands in the patch notes as a modding concern. Source: Hytale, “NPC Technical Rundown”

Part 2 also overhauled NPC templates: Template_Aggressive_Zombies is gone and zombies now use Template_Predator; a new Template_Flying_Aggressive arrived for flying hostiles with ranged attacks, deprecating Template_Eye, Template_Spirit and Template_Scarak_Seeker. If you maintain a mod that touches NPC templates, that is your homework.

Performance and networking (Part 7)

  • Movement of other players and NPCs is interpolated better — smoother across a wider range of frame rates, with automatic adjustment for unstable connections to cut stuttering.
  • Nearby chunks are prioritised better, so the area around you fills in sooner.
  • Improved frame pacing to reduce stutter, especially at capped frame rates.
  • Opening a world to connections is more reliable over Wi-Fi and on machines running VPN software.
  • If automatic port forwarding is unavailable when you open a world to friends, the game now tells you that players outside your local network may not be able to connect — instead of silently failing.

That last one is a small change that will save a lot of confused Discord messages.

A wide green Hytale vista: tree canopy in the foreground, an open plain stretching to the horizon
Every block out to that horizon is loaded and simulated around you — which is why chunk prioritisation and frame pacing are the fixes that matter in a voxel game, and why view distance costs more than your graphics card does. Source: Hytale, “Hardware Requirements”

The warning: OpenGL 4.1 is now a hard stop (Part 5, 25 June)

Hytale will now immediately close if you do not have OpenGL 4.1 or later. No warning screen, no soft fallback — the game closes.

If Hytale stops launching after you switch to pre-release, this is almost certainly why, and updating your graphics drivers is almost certainly the fix. OpenGL 4.1 was already listed in the official hardware requirements, so this is enforcement of an existing rule rather than a new one. It will still catch people who never read the requirements and were getting away with it.

The part nobody is talking about: the community is shipping the game

Read the top of any Update 6 patch note and there is a thank-you list. Part 6 names nine people — MelodicAlbuild, TheNullicorn, Hadaward, narwhalscat, Neil, Eearslya, Blovien, Zoltus and oskarscot — “for the fixes, features, and polish they’ve brought to this update.” Part 7 names MelodicAlbuild again.

These are not modders shipping mods. These are outside contributors whose work is in the official patch notes of the base game.

Title art for the Hytale New Worlds Modding Contest Winner Spotlight
Hypixel ran a $100,000 modding contest with CurseForge in March and spotlighted the winners in May. The people in the Update 6 changelogs come from this world. Source: Hytale, “New Worlds Modding Contest: Winner Spotlight”

It is not accidental, either. On 22 June, Hypixel Studios announced Hytale Shared Source — the full server source, the protocol and every asset going to GitHub, license-gated on the model of Epic’s Unreal Engine source. Buried in that announcement is the shape of exactly what you see in these changelogs: pull requests are not open to everyone yet, so the team is running an invite-only contributor model with selected community members first, promoting the trusted ones to maintainers before opening it up. The names at the top of each Update 6 patch note are that programme, running.

For a studio of roughly thirty developers that got its rights back eight months ago and promised a decade of funding, having named outsiders in the changelog every week is not a footnote. It is a development model. We will have more on Shared Source separately — it deserves its own piece.

So when does Update 6 actually ship?

Hypixel set the expectation themselves, in the Update 3 notes: “weekly pre-release patches for testing, bundled into a stable update every 2 to 6 weeks once things feel solid.”

Update 5 went stable on 26 May. Update 6 pre-release opened on 28 May. As of today that is seven weeks — one past the top of their own stated range, with Part 7 still landing patches. Meanwhile the stable branch is still getting hotfixed; 0.5.6 shipped on 17 June.

No date has been announced, and we are not going to invent one. The honest read is that “once things feel solid” is doing the work in that sentence, and the Trigger Volume rework plus a live World-Gen V2 rebuild are reasonable things to not feel solid about yet. If you want the features now, the pre-release toggle exists precisely so you do not have to wait for the answer.

Is Hytale Update 6 out?

Not as a stable release. Update 6 has been in pre-release since 28 May 2026, with weekly patches — Part 7 landed on 9 July. The current stable version is Update 5, released 26 May 2026.

How do I play the Hytale Update 6 pre-release?

In the Hytale launcher, go to Settings and enable Pre-Release. Bugs can be reported via the in-game bug reporter, and feedback via the Feedback Request site — note “pre-release” in your feedback.

What are the headline features of Hytale Update 6?

Gyroscope controller support, a Color Tool for Creative Mode with Coloring, Gradient and Shading modes, Block Palette Presets, a substantially expanded Trigger Volume Tool with an Always-active option, Builder Tools usable outside Creative Mode, and the in-dev Graph System for World-Gen V2.

Does Hytale support gyro aiming?

Yes, in the Update 6 pre-release. Gyro-capable controllers such as the DualSense or Switch Pro can enable motion controls in the Controller settings to aim the camera by tilting.

Why did Hytale stop launching after I switched to pre-release?

Since Part 5 on 25 June, Hytale closes immediately if your GPU does not support OpenGL 4.1 or later. Updating your graphics drivers usually resolves it.

When is Hytale Update 6 releasing?

No date has been announced. Hypixel Studios’ stated rhythm is weekly pre-release patches bundled into a stable update every two to six weeks; Update 6 is currently in week seven of pre-release.

Sources: Hytale pre-release patch notes (Update 6, Parts 1–7) · Hytale Patch Notes — Update 5 · Hytale Patch Notes — Update 3 · Hytale Hardware Requirements. Checked 16 July 2026.