Godot 4.7 RC 1 Released: What You Need to Know Before Upgrading Your Projects
Godot 4.7 RC 1 is finally out of the beta cycle and ready for community testing. This release locks in the feature set while shipping critical fixes for rendering deadlocks, Android toolchains, and animation graph errors. Anyone planning to integrate HDR output or the new "Godot Asset Store" should check the known regression fixes before pushing to production.
Why the Godot 4.7 RC 1 Release Candidate Stage Matters for Your Workflow
The shift from beta to release candidate means the development team has stopped adding new features and is now hunting for stability issues. Production environments can start integrating the update, but the engine still needs real-world stress testing from developers who actually run projects to completion. Making a full backup or committing to version control before switching is non-negotiable. The team has already patched a few stubborn deadlocks in the resource loader and canvas rendering pipeline, which used to freeze the editor during heavy scene loads. Those fixes alone make this build worth a quick test run for anyone juggling large projects. The "Godot Asset Store" is also baked in, but do not expect a full marketplace experience yet. It is more of a placeholder than a competitor to major storefronts right now, so treat it as a convenient download hub rather than a complete solution.
New Features That Actually Change How You Build Games
The headline additions like HDR output support and drawable textures are already baked into this build, but the real value sits in the smaller engine tweaks. Drawable textures now render more reliably across different backends, which saves hours of tweaking shader parameters when targeting multiple platforms. The navigation gizmo got disabled by default on desktop builds, which cuts down on visual clutter for people who prefer keyboard shortcuts anyway. Android developers finally get an updated download URL for the GABE toolchain, so the usual broken link headaches should disappear. GDScript also got a cleaner analyzer that ignores internal global classes, which means fewer false positive warnings when scanning large codebases. The editor also fixed the "Move Up/Down" behavior for foreign nodes, which used to scramble node ordering and break signal connections during complex UI setups.
Regression Fixes Since Beta 5 That Impact Stability
The changelog highlights a bunch of targeted patches, and most of them solve actual workflow breakers. Animation graphs no longer throw random blend weight errors when nodes get rearranged, which prevents the dreaded runtime crash during complex state machines. Area lights in 3D scenes used to accidentally destroy VoxelGI uniform sets, causing weird lighting artifacts that took forever to track down. That one is fixed now. OpenGL builds finally compile vertex shaders with EYE_OFFSET without throwing compilation errors, so legacy projects relying on that directive will run clean. Metal builds restrict residency set support to Apple A6 and newer GPUs, which prevents the engine from choking on older hardware that simply cannot handle the memory layout. The documentation also got a necessary warning about the performance hit of AreaLight3D nodes, which saves newcomers from accidentally tanking their frame rates during playtesting.
Release candidate: Godot 4.7 RC 1 – Godot Engine
The end is in sight… Race ya there!
Grab the installer, run it on a spare machine first, and report any weird crashes back to the issue tracker. The engine is looking solid, and a few extra eyes on the rendering pipeline will only make it better for everyone.
