Godot Engine 4.7.2 RC1 targets regressions and hardens the single-thread model
Godot Engine 4.7.2 Release Candidate 1 has landed, closing a tight loop on the 4.7.1 maintenance update that shipped just three weeks ago. Thaddeus Crews announced the candidate on the official blog on August 3, 2026, noting that 37 contributors have delivered 43 fixes and improvements since the last stable build.
The release cadence is relentless. Godot 4.7 arrived in early June under the "Lights, Camera, Action!" banner, followed by 4.7.1 stable on July 14 with 78 patches from 42 contributors. We're now on an RC for 4.7.2, less than a month into the cycle. Keep in mind that 4.8 dev snapshots are already rolling alongside this testing phase, so the team is juggling active development and stabilization simultaneously.
It's a focused update, and that's exactly what an RC should be. The patch set targets regressions and hardens the engine rather than layering on new features. However, at the same time, the scope is meaningful for studios shipping on 4.7.1.
What changed since 4.7.1
The core team hardened the single-main-thread model to prevent threading violations, making it impossible for the editor to run multiple main threads. Next, the input subsystem addresses a performance regression for high polling rate mice on Windows. You'll want this if you're running a 4000Hz gaming peripheral. Network security also got a bump: mbedTLS now always uses Godot's OS as the entropy source for TLS connections.
Beyond the highlights, there's a scatter of regression patches. Crashes when failing to open a log file are gone. PCSS shadows are fixed for the wrong space calculation. Multiplayer replication breaks when you delete a node spawned by MultiplayerSpawner, and that's resolved. If you're on Wayland with fractional scaling on KDE Plasma, the IME popup position has been corrected. There's also an AccessKit update to 0.22.3, plus fixes for the Visual Profiler cursor, BaseButton input handling, and the 3D ruler tooltip.
The RC is notably tighter than 4.7.1. While the previous maintenance release saw 78 changes from 42 people, this cycle has 43 improvements from 37 contributors. That smaller footprint reflects the nature of the RC phase. Hunting showstoppers. The release team notes that work on the in-progress 4.8 builds has only increased the number of resolved issues and regression fixes for 4.7.2, making this a strong candidate for a stable release once community feedback settles.
If you missed 4.7, it's the first major feature release post-stability era. HDR output spans Windows, macOS, iOS, visionOS, and Wayland. New nodes include AreaLight3D, VirtualJoystick, and DrawableTexture2D. The Asset Store replaced the old Asset Library with ratings and zoomable previews. Android XR and Steam Frame support shipped production-ready, and GABE went stable for Android-based publishing.
Where to get it
Head here to grab RC1 via standard ZIP installers for Linux and Windows, the universal macOS package, and Mono builds for .NET workflows. If you find a regression, report it. The team is filtering for showstoppers during the RC phase. Godot runs on a mix of volunteers and paid contributors funded by the Godot Foundation.
