Godot 4.7 dev 5 Dev Snapshot Overview
The Godot 4.7 dev 5 snapshot arrives at the tail end of the feature-freeze window, packing 135 fixes from 71 contributors. Built on commit a8643700c, it is available in Standard (GDScript + GDExtension) and .NET (adds C#) editions, usable through the Web editor, XR editor, and Android editor (opt-in testing group).
Key points
- AssetLib rebuilt on a new API (GH-112992, Michael Alexsander): The main selection screen is cleaner, with clearer layouts, prominent ratings, and complete metadata. Individual asset pages now show full descriptions and changelogs, and let you switch versions directly—similar to an app store's version rollback. This sharply lowers the barrier for newcomers deciding whether a plugin fits their project.
- Per-platform export template downloads (GH-117072, Tomasz Chabora): Instead of downloading the entire multi-hundred-MB template bundle, the editor now "slices" only the selected platforms from the existing bulk distribution system. A solo developer targeting just Android and Web can go from half an hour of waiting to a few minutes.
- Responsive images in RichTextLabel (GH-112617, Malcolm Anderson): The
[img]tag'swidth/heightnow acceptemunits, so inline images scale with font size: - Inline preview in the shader editor (GH-117726, Yuri Rubinsky): Text shaders now render a live preview next to the code, eliminating the compile-switch-inspect loop and making GLSL iteration dramatically faster.
- Rectangular AreaLight3D (GH-108219, Emil Dobetsberger): A new rectangular area light simulates windows, screens, and neon signs with real-time shadows and global illumination—replacing stacks of point lights for architectural visualization and cinematic scenes.
- GH-117922: Vertex snapping for sub-gizmo points in 3D
- GH-118266: Overhauled audio bus UI
- GH-118417: Movable and resizable embedded game windows on Android
- GH-118192: Refined remote/local SceneTreeDock buttons
- GH-114671: Custom splash screen option for Android exports
- GH-117160:
Variant::get_type_by_nameadded to the GDExtension interface - GH-113886: Touch input support on Wayland
- GH-118079: Embedded-window option moved to a three-dot menu with HDR info display
- GH-118044: Ray-tracing refactoring in the rendering pipeline
> You have [img height=1em]coin.png[/img] coins? ... I said, [font_size=50]you have [img height=1em]coin.png[/img] coins?![/font_size]
This makes dialogs, tutorials, and in-game text far more polished, especially for developers unfamiliar with HTML/CSS.
More changes
Takeaway
The snapshot's unifying theme is developer-friendliness: faster downloads, clearer asset discovery, responsive UI text, live shader feedback, and more physically plausible lighting. Together they point toward Godot 4.7 as a milestone in making game development more accessible to indie creators and small teams.
References 1. Thaddeus Crews. Dev snapshot: Godot 4.7 dev 5. Godot Engine Official Blog, 17 April 2026. 2. Godot Engine Team. Interactive Changelog for Godot 4.7. GitHub Godot Interactive Changelog, 2026. 3. Godot Foundation. Godot 4.7 Development Roadmap and Feature Freeze Notes. Godot Docs, 2026. 4. Michael Alexsander et al. AssetLib New API Implementation (GH-112992). Godot GitHub Repository, 2026. 5. Emil Dobetsberger et al. Rectangular AreaLight3D Addition (GH-108219). Godot GitHub Repository, 2026.