Software 44561 Published by

Godot Engine just dropped version 4.7.1, a focused maintenance patch packed with 78 stability fixes from 42 contributors. The update targets real-world regressions that surfaced after the late June feature release, with heavy emphasis on rendering artifacts, editor crashes, and Android touchscreen quirks. It’s completely safe to upgrade, carries zero known incompatibilities with the base 4.7 branch, and is officially recommended for all active users. 



Godot 4.7.1 Drops as a Straightforward Maintenance Release

The engine’s latest patch tackles rendering regressions, platform-specific crashes, and editor UX quirks just four weeks after the base update.

Godot Engine has released version 4.7.1, a maintenance patch aimed at stabilizing the project after the 4.7 feature update shipped back in late June. Published on July 14 by Thaddeus Crews (Repiteo), this release packs 78 fixes from 42 contributors. It’s exactly what you’d expect from a maintenance build: safe, focused, and strongly recommended for anyone running 4.7.

Keep in mind that Godot’s release cadence doesn’t wait around for the dust to settle. Four weeks after 4.7 dropped, the team’s already pushing a dev snapshot for 4.8. That’s the nature of the engine’s development model. The project treats maintenance releases as a direct response to community-reported regressions rather than a marketing exercise.

The update covers Linux, macOS, and Windows in both standard and .NET/Mono flavors. No known incompatibilities exist with the base release. Head here to grab the official binaries.

Screenshot_from_2026_07_01_22_05_27

Key Fixes and Regressions Tackled

The changelog reads like a targeted cleanup of actual user friction. Rendering got the bulk of the attention. Flickering lighting on scaled mesh instances is gone. Directional shadow culling for orthographic cameras is fixed. Transform ghosting, which left a two-frame trail after objects stopped moving, has been scrubbed out too. Shader variant payload loading also got a seek fix to prevent reading garbage data.

Editor stability saw several quiet but meaningful tweaks. The non-main-thread signal guard stops EditorFileSystem from emitting signals out of sync. Long project titles finally wrap correctly instead of clipping off the window edge. Animation folding now waits until project save-load to access configuration, which should kill a few runtime headaches. On the asset front, the default sort order flipped to highest scored. It’s a small change, but it actually helps people find decent plugins faster.

Android and touchscreen users get some relief too. The virtual keyboard won’t randomly pop up when a popup menu opens. Backspace finally works properly in soft keyboard input fields. Touchscreen drag-and-drop in the scene tree is back to working as intended. Navigation agents also stop breaking their avoidance simulation after you pause and resume.

Concurrent Development and Where to Go Next

Godot 4.8 dev 1 dropped on July 6, so development is already marching forward in parallel with this maintenance cycle. That version ships 314 fixes from 135 contributors. The engine isn’t pausing its roadmap just because a bugfix landed. You can expect docked game views, pseudolocalization previews, and proper touch support for text editors to land soon.

If you’re running 4.7 on Linux, macOS, or Windows, there’s no reason to sit on 4.7.1. It’s safe to upgrade, and the rendering fixes alone are worth the download. You can download the release from here. The interactive changelog and full PR list live at the GitHub release page. If you run into a regression, file it on the Godot GitHub issues tracker.