Software 44595 Published by

Godot Engine 4.8-dev2 launched on July 21, 2026, marking the second development snapshot of the upcoming 4.8 feature branch with 197 fixes from 93 contributors. The update introduces major editor quality-of-life improvements, including auto-expanding Inspector resources, a Play button in the file system context menu, and VCS-friendly multi-line object serialization. Built on the extensive polish from dev1, the snapshot also upgrades Jolt Physics to 5.6.0, exposes a public FuzzySearch API, and adds touch gestures to the code editor ahead of GodotCon Boston.



Godot Engine Ships 4.8-dev2 Ahead of GodotCon Boston

The second development snapshot lands alongside a packed conference schedule, bringing editor QoL wins and VCS-friendly formatting straight to your machine.

Godot Engine 4.8-dev2 dropped on July 21, 2026, rolling straight into the middle of GodotCon Boston at Microsoft NERD in Cambridge. It is the second dev snapshot of the upcoming 4.8 feature branch. If you need a refresher, it sits right after the stable 4.7.1 release from June 18.

The 4.8 cycle is running on the usual dev-snapshot cadence. You get nightly-style builds, community stress tests, and a bug-reporting bonanza before the final stable cut drops. Dev1 landed on July 6 with 135 contributors and 314 fixes. Dev2 brings 93 contributors and 197 fixes. The numbers dip between snapshots, which is fairly standard as the focus shifts from feature landings to polish and regression hunting.

Screenshot_from_2026_07_01_22_05_27

What is actually new in dev2

The biggest wins here are quiet quality-of-life improvements. Resources in the Inspector now auto-expand when first created. Hugo Locurcio fixed that one up (GH-99725), and it was something a lot of people have been clicking around for. You can also right-click any .tscn or .scn file in the file system dock and hit Play directly. No more dragging to the viewport or scrolling through menus. DexterFstone added the context menu option (GH-111941), and it just makes sense.

Robert Wallis reworked how Object data dumps to file (GH-92102). Previously, every property got shoved onto a single line. Merge tools treated the output like a binary blob. Now each property lands on its own line. Diffs actually read like text again.

There is also a proper instructions update for Scene Paint 2D, freeload inertia re-enabled in the 3D viewport, and the Asset Store default sorting flipped to highest scored. Jolt Physics jumped to 5.6.0, which pulls in upstream performance and stability tweaks. The shader compiler now formats float constants deterministically, and the inspector warns you when you are touching deprecated properties.

GodotCon Boston is happening right now through July 22, and the dev2 release is not the only thing on the agenda. Clay John is talking rendering pipeline optimization next week. Miguel de Icaza is wrapping up the Godot-on-Apple push. David Walter is demoing WebGPU under the working title “Shiny Gen Engine.” If you are tracking where 4.8 is heading, those talks will probably fill in the gaps the snapshot does not cover yet.

What was already in dev1

Dev1, released two weeks ago, already shipped a lot of the editor polish you will see carried forward. The docked game view is now the default for new projects. Jayden Sipe redesigned the toolbar. Mikael Hermansson added drag-to-toggle visibility in the scene tree, which speeds up hide-show workflows considerably.

Tomasz Chabora brought pseudolocalization previewing straight into the editor. Sticky tree headers pin to the top when you scroll. Anish Kumar added touch gestures to the code editor, closing the gap between desktop and mobile workflows. Adam Johnston finally exposed the internal fuzzy search engine to the public API. You can write FuzzySearch.new() and pass it a list of strings. It returns ranked matches.

Keep in mind that existing projects will not automatically adopt the docked game view. You have to opt in manually. The rest of the dev1 highlights, including ASTC compression profiles, WebGPU groundwork, and joypad touchpad support, are sitting in the codebase waiting for you to try them.

Where to get it

Head here for the official announcement. The next snapshot will likely drop later this month. Keep an eye on the official feed if you want to follow the 4.8 branch from here to stable.