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
13 hours, 5 minutes ago • Thaddeus Crews

Dev snapshot: Godot 4.8 dev 6

Briefing

Godot 4.8 dev 6 arrives on an accelerated cadence because the previous snapshot exposed two release-blocking problems: startup crashes on macOS and a failed Google Play Store upload. Both issues have been fixed, so this build is back on track for broader testing across desktop, web, XR, and Android editor targets.

The biggest rendering addition is screen-space contact shadows for directional lights. The new option lives on the environment resource and directional light node, generates an R8 shadow texture per light, and blends that data with existing shadow maps to preserve detail without the usual cost spike. For teams pushing stylized or high-density lighting, that’s a practical quality/perf knob worth evaluating early.

On the editor side, the 3D toolbar has been simplified and visually cleaned up, continuing the broader UI overhaul work that’s been landing across Godot’s toolbars. The snapshot also includes GDScript syntax highlighting performance improvements, touch and scrolling fixes on Linux and macOS, a long_press property for screen touch events, an SDL update, and a multi-layer projection camera implementation for XR.

This build is based on commit 8898c2b3d and includes 56 fixes from 28 contributors. As with any pre-release snapshot, it’s meant for testing rather than production deployment, and the maintainers are still calling out known issues in the OpenXR path.

“our previous development snapshot had multiple startup crash reports on macOS”

— Godot Engine · Explaining why this snapshot arrived unusually quickly
Original source
Read on Godot Engine
At a glance
what
Godot 4.8 dev 6 is a new development snapshot with crash fixes, rendering changes, and editor polish.
who
Godot Engine maintainers and 28 contributors; fixes include work by Rudolph Bester and Jayden Sipe.
when
Released less than a week after the previous snapshot, after fixes for macOS and Android issues.
impact
Developers can test directional-light contact shadows, a cleaner 3D editor UI, and several platform/input/XR fixes.
Signal Mixed

Useful features, but the release was driven by crash fixes and pre-release caveats.

Discuss

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.