Releases / v0.74.0

v0.74.0 Rest Easy

2026-08-21 Engine Latest

A room full of settled props stops costing what a room full of falling ones does, a streamed level actually finishes its first navmesh bake, water reacts the moment it exists, and packages get a read-only look at tilemaps and a warning before you install something.

A room full of resting props costs almost nothing

Two hundred ordinary Dynamic props — mugs, chairs, litter — sitting completely still could cost the entire frame budget several times over, because nothing in the physics solver ever stopped paying for them. A prop mid-flight and a prop that has sat untouched since the level loaded were the same amount of work.

A body that has been slow enough for long enough now goes to sleep: no gravity, no collision solving, nothing, until something actually touches it — a moving platform, a grabbed prop being let go, a script writing its velocity, or the ground underneath it disappearing. A settled room of props now costs close to what the same props cost as static geometry, not what a room of things actively falling does. Nothing changes in how you set a body up; sleeping is automatic and invisible from a script's point of view.

A streamed level finishes its first navmesh bake

On a level that streams its geometry in as you move rather than shipping it all baked ahead of time, automatic navmesh rebaking could get stuck re-measuring the whole scene on nearly every tick — and, separately, a level with no hand-placed geometry to bake at editor time had no way to get a navmesh at all until something forced one.

Automatic rebaking now waits for the level to actually hold still before it re-measures anything, however long that takes, and the very first bake on a level with nothing baked yet builds a mesh instead of refusing. Dragging a wall and waiting now genuinely produces a fresh navmesh; it isn't a special case any more.

Water reacts the moment it's there

Spawning, moving, resizing, or destroying a water volume while a game is running could take a frame or more to reach the physics solver, so a pool that appeared mid-session could be there to look at and not there to swim in — or the other way around.

Water is rebuilt every frame now, the same way gravity already was, so what you see and what the solver knows about agree from the moment a volume exists. A water volume can also carry a Material of its own — its own specular highlight and its own alpha — and can be exempted from a project's retro dithering the same way any other material can.

Packages can read a level's tilemap

An editor package could see everything else about a 2D level except its tilemap, which meant a level tool couldn't tell where the floor actually was. tilemap.of(id) hands back a read-only handle — grid size, tile size, tileset, and per-cell lookups by index or by world position, including solidity and tags — documented alongside the rest of the package API.

The package browser warns you before you install

The catalogue now carries what a package's manifest declares it needs — network access, file access outside its own folder, opening your browser — and the Browse tab shows it before you install, not only after, when the consent dialog would otherwise be the first you hear of it.

Smaller things

  • A script calling find("Lighting") used to always get back nothing; the Lighting node has a Transform like every other node now, and find sees it.

Upgrading

Nothing to do. A project with resting props, a streamed level, or water volumes just runs better; existing scripts and packages are unaffected.

Floptle Hub

Linux x86_64 7.5 MB Download → sha256 c27485ccc91349237e0af559a628ba8c9139c31a852cefb732697405cfb9ed59
macOS Apple Silicon 5.7 MB Download → sha256 574455a3f6be9b9be0e60e83f12a3deed16e534d5905283ce6376d41431d95e7
macOS Intel 6.2 MB Download → sha256 af209215afe35f1d48e0f79d4a6c9ec387df944b29f16fccfe3c70395300fb5f
Windows x86_64 7.1 MB Download → sha256 e5848c6487fe88cc561ad49550553b66a7424c5634c0548c26f3eca174f12d12

Engine

Linux x86_64 20.7 MB Download → sha256 38d4c83eab3b46cad57a113aad512a78e4fd0a6e5273ebde1960a119ad83ae85
macOS Apple Silicon 16.7 MB Download → sha256 abcdfa08eef2f5f0a2027a248a68d4415242d87c48f1f3c45c9f05a7818e6402
macOS Intel 18.1 MB Download → sha256 34849b2fcdc0fe6844a62c9cf51a00a0617cf00520453d3f44d2debc29eda1f3
Windows x86_64 20.4 MB Download → sha256 0bc2fdc9455dd4118fd9e71a639ba79a8e7f68848af7544f0b3b60db401d4108

The binaries are not signed yet. On macOS, right-click the app and pick Open the first time. On Windows, if SmartScreen appears, pick More info then Run anyway.