English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Godot 4.7 dev 5 Snapshot: AssetLib Overhaul, Per-Platform Export Templates, and Rectangular Area Lights

Forum topic · ✨步子哥 · 2026-04-18

Summary

The Godot 4.7 dev 5 development snapshot, built on commit a8643700c, delivers 135 fixes from 71 contributors ahead of feature freeze. Major highlights include a migration of the AssetLib store to a new API (GH-112992) with cleaner layouts, visible ratings, full descriptions, changelogs, and in-editor version switching; on-demand slice downloads of export templates per platform (GH-117072) replacing the old all-in-one package; em-unit width/height scaling for RichTextLabel [img] tags (GH-112617) so inline images follow font size; inline text preview in the shader editor (GH-117726); and a new rectangular AreaLight3D supporting real-time shadows and global illumination (GH-108219). Additional changes cover vertex snapping for sub-gizmos (GH-117922), a redesigned audio bus UI (GH-118266), movable/resizable embedded Android game windows (GH-118417), custom Android splash screens (GH-114671), Variant::get_type_by_name in GDExtension (GH-117160), Wayland touch input (GH-113886), and ray-tracing pipeline refactoring (GH-118044). Standard builds support GDScript and GDExtension; the .NET build adds C#. The snapshot is available via Web, XR, and Android editors.

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's width/height now accept em units, so inline images scale with font size:
  • > 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.

  • 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.
  • More changes

  • 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_name added 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

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.

Tags

#godot#game-development#open-source#assetlib#export-templates#richtextlabel#shaders#arealight3d

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177618547