Skip to main content
GameDev.net gamedev.net
Official Announcement

This is an official announcement from Godot Engine. Information comes directly from the source.

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Godot Engine
Godot Engine Official
· 1 month, 4 weeks ago • Thaddeus Crews

Dev snapshot: Godot 4.8 dev 2

Briefing

Godot 4.8 dev 2 is out, and the headline is less about flashy features than about shaving friction off day-to-day engine work. The inspector now auto-expands newly created resources, scenes can be launched directly from the file system context menu, and Object serialization now inserts line breaks between properties so text diffs and merges are much more usable.

That last change is the kind of unglamorous fix teams feel immediately. Object data has long been awkward in version control because everything sat on one line, making merges noisy and review painful. With properties split across lines, scene and resource churn should be easier to inspect, especially for teams that live in Git and routinely resolve conflicts in large projects.

The snapshot also includes a broad mix of smaller improvements: better 2D scene-paint guidance, freelook inertia restored by default in the 3D editor, deterministic shader float formatting for exports, crash resilience work in GDScript shutdown, and a default change to ignore joypads on unfocused windows for new projects. Rendering, input, asset library sorting, and third-party physics also saw updates, including Jolt Physics 5.6.0.

This build comes from commit 7220d456d and aggregates 197 fixes from 93 contributors. No new issues were introduced in this snapshot, and the usual pre-release caution applies: test on copies, keep backups, and report regressions early if your project depends on any of these editor or runtime behaviors.

“Now any scene can be played from the file system’s context menu alone; no extra steps required!”

— Godot Engine · Describing the new file-system play action
Original source
Read on Godot Engine
At a glance
what
Godot 4.8 dev 2 is available as a new pre-release snapshot with editor, core, rendering, input, and export updates.
who
Godot Engine contributors, including Hugo Locurcio, DexterFstone, and Robert Wallis, landed key changes.
when
Released as part of the Godot 4.8 development cycle; built from commit 7220d456d.
impact
Improves version-control diffs for Object data, streamlines scene testing, and adds quality-of-life editor changes for daily use.
Signal Positive

Useful QoL and workflow fixes with no known new issues.

Discuss

Follow Godot updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.